Author: kkolinko Date: Fri Nov 21 10:01:22 2014 New Revision: 1640883 URL: http://svn.apache.org/r1640883 Log: Correct message typo
Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings.properties Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/LocalStrings.properties?rev=1640883&r1=1640882&r2=1640883&view=diff ============================================================================== --- tomcat/trunk/java/javax/servlet/http/LocalStrings.properties (original) +++ tomcat/trunk/java/javax/servlet/http/LocalStrings.properties Fri Nov 21 10:01:22 2014 @@ -22,7 +22,7 @@ err.io.nullArray=Null passed for byte ar err.io.indexOutOfBounds=Invalid offset [{0}] and / or length [{1}] specified for array of size [{2}] err.io.short_read=Short Read -http.method_not_implemented=Method {0} is not is not implemented by this servlet for this URI +http.method_not_implemented=Method {0} is not implemented by this servlet for this URI http.method_get_not_supported=HTTP method GET is not supported by this URL http.method_post_not_supported=HTTP method POST is not supported by this URL --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org