From 3b6edb8839180eea6926eda126eac3c4f8c1526a Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 14 Jul 2009 15:38:07 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@793945 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/naming/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/naming/LocalStrings.properties b/java/org/apache/naming/LocalStrings.properties index bfaf314ed..440c4f82b 100644 --- a/java/org/apache/naming/LocalStrings.properties +++ b/java/org/apache/naming/LocalStrings.properties @@ -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 -- 2.11.0