This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 7749e89 Fix typo
7749e89 is described below
commit 7749e897ede33f783ce412ed9df3bcabdff2b6c4
Author: Mark Thomas <[email protected]>
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 1dc1980..8de4c54 100644
--- 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: [email protected]
For additional commands, e-mail: [email protected]