Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 9 Mar 2011 19:01:08 +0000 (19:01 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 9 Mar 2011 19:01:08 +0000 (19:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079934 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/tomcat/util/net/TestXxxEndpoint.java

index d09632b..208f89f 100644 (file)
@@ -40,7 +40,7 @@ public class TestXxxEndpoint extends TomcatBaseTest {
         tomcat.start();
         
         tomcat.getConnector().stop();
-        // This will should throw an Exception
+        // This should throw an Exception
         Exception e = null;
         ServerSocket s = null;
         try {