Author: markt
Date: Wed Mar  9 19:01:08 2011
New Revision: 1079934

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

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java?rev=1079934&r1=1079933&r2=1079934&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java Wed Mar  
9 19:01:08 2011
@@ -40,7 +40,7 @@ public class TestXxxEndpoint extends Tom
         tomcat.start();
         
         tomcat.getConnector().stop();
-        // This will should throw an Exception
+        // This should throw an Exception
         Exception e = null;
         ServerSocket s = null;
         try {



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

Reply via email to