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
The following commit(s) were added to refs/heads/8.5.x by this push: new da696d7 Fix typo da696d7 is described below commit da696d750025bff988155744ad38301022698ee3 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 82a134f..de3bc3d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -139,7 +139,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org