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/06 12:50:09 UTC

svn commit: r1417808 - /tomcat/trunk/java/javax/websocket/ServerContainer.java

Author: kkolinko
Date: Thu Dec  6 11:50:09 2012
New Revision: 1417808

URL: http://svn.apache.org/viewvc?rev=1417808&view=rev
Log:
Correct typo

Modified:
    tomcat/trunk/java/javax/websocket/ServerContainer.java

Modified: tomcat/trunk/java/javax/websocket/ServerContainer.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/websocket/ServerContainer.java?rev=1417808&r1=1417807&r2=1417808&view=diff
==============================================================================
--- tomcat/trunk/java/javax/websocket/ServerContainer.java (original)
+++ tomcat/trunk/java/javax/websocket/ServerContainer.java Thu Dec  6 11:50:09 2012
@@ -22,7 +22,7 @@ package javax.websocket;
 public interface ServerContainer extends ClientContainer {
 
     /**
-     * Publish the Endpoint asscoiated with the given configuration in this
+     * Publish the Endpoint associated with the given configuration in this
      * ServerContainer.
      *
      * @param clazz The configuration class for the Endpoint



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