Author: markt
Date: Mon Aug 19 06:48:36 2013
New Revision: 1515286

URL: http://svn.apache.org/r1515286
Log:
Fix typos

Modified:
    tomcat/trunk/webapps/docs/web-socket-howto.xml

Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/web-socket-howto.xml?rev=1515286&r1=1515285&r2=1515286&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/web-socket-howto.xml (original)
+++ tomcat/trunk/webapps/docs/web-socket-howto.xml Mon Aug 19 06:48:36 2013
@@ -44,7 +44,7 @@
 <p>There are several example applications that demonstrate how the WebSocket 
API
    can be used. You will need to look at both the client side <a
    
href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/";>
-   html</a> and the server side <a
+   HTML</a> and the server side <a
    
href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/";>
    code</a>.</p>
 </section>
@@ -79,7 +79,7 @@
    <code>org.apache.tomcat.websocket.noAddAfterHandshake</code> servlet context
    initialization parameter. The default may be changed by setting the
    <code>org.apache.tomcat.websocket.STRICT_SPEC_COMPLIANCE</code> system
-   property to <code>true</code> but any explict setting on the servlet context
+   property to <code>true</code> but any explicit setting on the servlet 
context
    will always take priority.</p>
 </section>
 



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

Reply via email to