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 d2546e873d Fix typo d2546e873d is described below commit d2546e873dc50d662e23eff9becb29abfca3a6ba 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 7c4042e438..575c17182a 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -1018,7 +1018,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