On 31/01/2013 14:30, Konstantin Kolinko wrote: > 2013/1/31 <ma...@apache.org>: >> Author: markt >> Date: Thu Jan 31 14:26:29 2013 >> New Revision: 1440973 >> >> URL: http://svn.apache.org/viewvc?rev=1440973&view=rev >> Log: >> Fix typos spotted by kkolinko >> >> Modified: >> tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties >> tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java >> >> Modified: >> tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties >> URL: >> http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties?rev=1440973&r1=1440972&r2=1440973&view=diff >> ============================================================================== >> --- tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties >> (original) >> +++ tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties >> Thu Jan 31 14:26:29 2013 >> @@ -21,7 +21,7 @@ messageSendStateMachine.inProgress=Messa >> # frames and therefore must be 123 bytes (not characters) or less in length. >> # Messages are encoded using UTF-8 where a single character may be encoded >> in >> # as many as 4 bytes. >> -wsFrame.bufferToSmall=No async message support and buffer too small. Buffer >> size: [{0}], Message size: [{1}] >> +wsFrame.bufferTooSmall=No async message support and buffer too small. >> Buffer size: [{0}], Message size: [{1}] >> wsFrame.byteToLongFail=Too many bytes ([{0}]) were provided to be converted >> into a long > > s/To/Too/ above as well
Not this time. You can read it either way and I meant "Conversion of byte to Long failed" rather than "byte array too long". Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org