Author: markt Date: Fri Dec 28 11:03:16 2012 New Revision: 1426451 URL: http://svn.apache.org/viewvc?rev=1426451&view=rev Log: Fix typos
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java?rev=1426451&r1=1426450&r2=1426451&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java (original) +++ tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java Fri Dec 28 11:03:16 2012 @@ -33,7 +33,7 @@ import javax.websocket.PongMessage; import org.apache.tomcat.util.res.StringManager; /** - * Takes the ServletInputStream process the WebSocket frames it contains and + * Takes the ServletInputStream, processes the WebSocket frames it contains and * extracts the messages. WebSocket Pings received will be responded to * automatically without any action required by the application. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org