You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/09 13:58:19 UTC

[tomcat] branch main updated: Fix typo

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

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


The following commit(s) were added to refs/heads/main by this push:
     new cd4d406  Fix typo
cd4d406 is described below

commit cd4d4061e36e4d5e635ec6e2d69c019c1a53bdbf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 9 13:57:46 2022 +0000

    Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index edcbdb6..206b0f5 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -144,7 +144,7 @@
       <fix>
         Throw <code>IOException</code> rather than
         <code>IllegalStateException</code> when the application attempts to
-        write to an GHTTP/2 stream after the client has closed the stream.
+        write to an HTTP/2 stream after the client has closed the stream.
         (markt)
       </fix>
     </changelog>

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