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

remm 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 f1aec68e7a Fix typo reported by Chuck Caldarale
f1aec68e7a is described below

commit f1aec68e7a2fa81c6c157bb1dd761a4ed076a60b
Author: remm <r...@apache.org>
AuthorDate: Mon Jun 10 16:12:43 2024 +0200

    Fix typo reported by Chuck Caldarale
---
 webapps/docs/config/http.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index eb7f5c21c3..1cfde6b55e 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -625,9 +625,9 @@
       This setting dictates how many of these objects get cached.
       <code>-1</code> means unlimited, default is <code>200</code>.
       <code>0</code> means no request processor reuse. This has a very
-      significant impact on performance depending on the workload, but gives
-      additional security guarantees by avoidoing reuse of all request
-      processing objects.
+      significant impact on performance and garbage collection depending on
+      the workload, but provides additional security guarantees by avoiding
+      reuse of all request processing objects.
       If not using Servlet 3.0 asynchronous processing, an appropriate value
       is to use the same as the maxThreads setting. If using Servlet 3.0
       asynchronous processing, an appropriate value is to use the larger


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

Reply via email to