Author: markt Date: Sun Mar 13 23:10:18 2011 New Revision: 1081234 URL: http://svn.apache.org/viewvc?rev=1081234&view=rev Log: Fix typo
Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties?rev=1081234&r1=1081233&r2=1081234&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties Sun Mar 13 23:10:18 2011 @@ -42,5 +42,5 @@ ajpprocessor.socket.info=Exception getti ajpmessage.null=Cannot append null value ajpmessage.overflow=Overflow error for buffer adding {0} bytes at position {1} ajpmessage.read=Requested {0} bytes exceeds message available data -ajpmessage.invalid=Invalid message recieved with signature {0} +ajpmessage.invalid=Invalid message received with signature {0} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org