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

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


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

commit cb241847f4f6bd0e210228f18039afb6cbaee17e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Apr 25 14:44:43 2024 +0100

    Fix typo
---
 test/org/apache/coyote/http11/TestHttp11Processor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/coyote/http11/TestHttp11Processor.java 
b/test/org/apache/coyote/http11/TestHttp11Processor.java
index 55172aef19..a26a7f96a5 100644
--- a/test/org/apache/coyote/http11/TestHttp11Processor.java
+++ b/test/org/apache/coyote/http11/TestHttp11Processor.java
@@ -737,7 +737,7 @@ public class TestHttp11Processor extends TomcatBaseTest {
                 public void run() {
                     if (delayAsyncThread) {
                         // Makes the difference between calling complete before
-                        // the request body is received of after.
+                        // the request body is received or after.
                         try {
                             Thread.sleep(1500);
                         } catch (InterruptedException e) {


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

Reply via email to