Author: kkolinko
Date: Thu Dec 27 21:28:06 2012
New Revision: 1426333

URL: http://svn.apache.org/viewvc?rev=1426333&view=rev
Log:
Correct a typo (followup to r1426279 )

Modified:
    tomcat/trunk/java/javax/websocket/server/ServerEndpointConfiguration.java

Modified: 
tomcat/trunk/java/javax/websocket/server/ServerEndpointConfiguration.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/websocket/server/ServerEndpointConfiguration.java?rev=1426333&r1=1426332&r2=1426333&view=diff
==============================================================================
--- tomcat/trunk/java/javax/websocket/server/ServerEndpointConfiguration.java 
(original)
+++ tomcat/trunk/java/javax/websocket/server/ServerEndpointConfiguration.java 
Thu Dec 27 21:28:06 2012
@@ -33,7 +33,7 @@ public interface ServerEndpointConfigura
     List<Extension> getNegotiatedExtensions(List<Extension> 
requestedExtensions);
 
     /**
-     * Enables the WebSocket endpoint to acceot or reject connections based on
+     * Enables the WebSocket endpoint to accept or reject connections based on
      * the HTTP origin header.
      *
      * @param originHeaderValue The HTTP origin header provided by the client.



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

Reply via email to