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 660dfdf2e3 Fix typo 660dfdf2e3 is described below commit 660dfdf2e34287f2a8c7a83fcc815a45190c2f85 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 13 11:48:43 2024 +0100 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 2f3f85194b..ce55fa406c 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -890,7 +890,7 @@ Make asynchronous error handling more robust. Ensure that once the call to <code>AsyncListener.onError()</code> has returned to the container, only container threads can access the <code>AsyncContext</code>. This - protects against various race conditions that woudl otherwise occur if + protects against various race conditions that would otherwise occur if application threads continued to access the <code>AsyncContext</code>. </fix> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org