This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new af963c6  Fix typo
af963c6 is described below

commit af963c65d6692dcfd09be688ffc4f6eb671b8cc9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Oct 16 13:38:04 2019 +0100

    Fix typo
---
 test/org/apache/catalina/core/TestAsyncContextStateChanges.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/core/TestAsyncContextStateChanges.java 
b/test/org/apache/catalina/core/TestAsyncContextStateChanges.java
index 836af28..b9fce86 100644
--- a/test/org/apache/catalina/core/TestAsyncContextStateChanges.java
+++ b/test/org/apache/catalina/core/TestAsyncContextStateChanges.java
@@ -63,7 +63,7 @@ public class TestAsyncContextStateChanges extends 
TomcatBaseTest {
                 if (endTiming == EndTiming.THREAD_BEFORE_EXIT && 
asyncEnd.isError()) {
                     // Skip these tests for Tomcat 7 as they deadlock due to
                     // the write on the non-container thread being unable to
-                    // progress until Servlet.service() exists since both
+                    // progress until Servlet.service() exits since both
                     // require a lock on the socket.
                     // Note: Connector refactoring in 8.5.x onwards has removed
                     //       this limitation


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

Reply via email to