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

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

commit 311a6096a20746f599a4ebe35cea0b56803356c0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jun 3 16:18:33 2019 +0100

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

diff --git a/test/org/apache/coyote/http2/TestAsyncFlush.java 
b/test/org/apache/coyote/http2/TestAsyncFlush.java
index 011663f..b8b4985 100755
--- a/test/org/apache/coyote/http2/TestAsyncFlush.java
+++ b/test/org/apache/coyote/http2/TestAsyncFlush.java
@@ -41,7 +41,7 @@ import org.apache.catalina.startup.Tomcat;
  *       non-blocking I/O is explicitly called out as illegal in the Servlet
  *       specification but also goes on to say the behaviour if such a call is
  *       made is undefined. Which means it is OK if the call works as expected
- *       (a non-blcoking flush is triggered) :).
+ *       (a non-blocking flush is triggered) :).
  *       If any of these tests fail, that should not block a release since -
  *       while the specification allows this to work - it doesn't require that
  *       it does work.


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

Reply via email to