Author: markt Date: Tue Mar 31 13:22:03 2015 New Revision: 1670331 URL: http://svn.apache.org/r1670331 Log: Fix typo
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java?rev=1670331&r1=1670330&r2=1670331&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java (original) +++ tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Tue Mar 31 13:22:03 2015 @@ -329,7 +329,7 @@ public abstract class WsRemoteEndpointIm // Some extensions/transformations may buffer messages so it is possible // that no message parts will be returned. If this is the case the - // trigger the suppler SendHandler + // trigger the supplied SendHandler if (messageParts.size() == 0) { handler.onResult(new SendResult()); return; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org