You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/03/31 12:36:50 UTC

svn commit: r1670301 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

Author: markt
Date: Tue Mar 31 10:36:49 2015
New Revision: 1670301

URL: http://svn.apache.org/r1670301
Log:
Fix typo

Modified:
    tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties?rev=1670301&r1=1670300&r2=1670301&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties Tue Mar 31 10:36:49 2015
@@ -70,7 +70,7 @@ wsRemoteEndpoint.closed=Message will not
 wsRemoteEndpoint.closedDuringMessage=The remainder of the message will not be sent because the WebSocket session has been closed
 wsRemoteEndpoint.closedOutputStream=This method may not be called as the OutputStream has been closed
 wsRemoteEndpoint.closedWriter=This method may not be called as the Writer has been closed
-wsRemoteEndpoint.changeType=When sending a fragmented message, all fragments bust be of the same type
+wsRemoteEndpoint.changeType=When sending a fragmented message, all fragments must be of the same type
 wsRemoteEndpoint.concurrentMessageSend=Messages may not be sent concurrently even when using the asynchronous send messages. The client must wait for the previous message to complete before sending the next.
 wsRemoteEndpoint.flushOnCloseFailed=Batched messages still enabled after session has been closed. Unable to flush remaining batched message.
 wsRemoteEndpoint.invalidEncoder=The specified encoder of type [{0}] could not be instantiated



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org