Author: markt Date: Tue Jul 14 15:38:07 2009 New Revision: 793945 URL: http://svn.apache.org/viewvc?rev=793945&view=rev Log: Fix typo
Modified: tomcat/trunk/java/org/apache/naming/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/naming/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/naming/LocalStrings.properties?rev=793945&r1=793944&r2=793945&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/naming/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/naming/LocalStrings.properties Tue Jul 14 15:38:07 2009 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org