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