You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/12/27 22:28:06 UTC

svn commit: r1426333 - /tomcat/trunk/java/javax/websocket/server/ServerEndpointConfiguration.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org