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: [email protected]
For additional commands, e-mail: [email protected]