From: markt Date: Wed, 9 Mar 2011 19:01:08 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2f372304db28bede3b8c61665de205bcb7f440fe;p=tomcat7.0 Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079934 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java index d09632b1e..208f89fa6 100644 --- a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java +++ b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java @@ -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 {