From 2f372304db28bede3b8c61665de205bcb7f440fe Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 9 Mar 2011 19:01:08 +0000 Subject: [PATCH] Fix typo 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0