You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/11/08 05:54:15 UTC

svn commit: r1032461 - in /tomcat: tc5.5.x/trunk/container/catalina/src/share/org/apache/naming/LocalStrings.properties tc6.0.x/trunk/java/org/apache/naming/LocalStrings.properties

Author: kkolinko
Date: Mon Nov  8 04:54:15 2010
New Revision: 1032461

URL: http://svn.apache.org/viewvc?rev=1032461&view=rev
Log:
Correct a typo in a message (already fixed in trunk by r793945)
CTR

Modified:
    tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/naming/LocalStrings.properties
    tomcat/tc6.0.x/trunk/java/org/apache/naming/LocalStrings.properties

Modified: tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/naming/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/naming/LocalStrings.properties?rev=1032461&r1=1032460&r2=1032461&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/naming/LocalStrings.properties (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/naming/LocalStrings.properties Mon Nov  8 04:54:15 2010
@@ -16,7 +16,7 @@
 contextBindings.unknownContext=Unknown context name : {0}
 contextBindings.noContextBoundToThread=No naming context bound to this thread
 contextBindings.noContextBoundToCL=No naming context bound to this class loader
-selectorContext.noJavaUrl=This context must be accessed throught a java: URL
+selectorContext.noJavaUrl=This context must be accessed through a java: URL
 namingContext.contextExpected=Name is not bound to a Context
 namingContext.failResolvingReference=Unexpected exception resolving reference
 namingContext.nameNotBound=Name {0} is not bound in this Context

Modified: tomcat/tc6.0.x/trunk/java/org/apache/naming/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/naming/LocalStrings.properties?rev=1032461&r1=1032460&r2=1032461&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/naming/LocalStrings.properties (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/naming/LocalStrings.properties Mon Nov  8 04:54:15 2010
@@ -16,7 +16,7 @@
 contextBindings.unknownContext=Unknown context name : {0}
 contextBindings.noContextBoundToThread=No naming context bound to this thread
 contextBindings.noContextBoundToCL=No naming context bound to this class loader
-selectorContext.noJavaUrl=This context must be accessed throught a java: URL
+selectorContext.noJavaUrl=This context must be accessed through a java: URL
 selectorContext.methodUsingName=Call to method ''{0}'' with a Name of ''{1}''
 selectorContext.methodUsingString=Call to method ''{0}'' with a String of ''{1}''
 namingContext.contextExpected=Name is not bound to a Context



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org