This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit a6d6e3dd7ef0aa624b2427d79a58396ecdaba5e8 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 5ba613df47..01bececc19 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -960,7 +960,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