This is an automated email from the ASF dual-hosted git repository.
schultz 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 5900a15c6b fix typos (#741)
5900a15c6b is described below
commit 5900a15c6bb30f12b4f515d18115489d25c71286
Author: rafaeldeoliveira <[email protected]>
AuthorDate: Thu Jul 11 12:55:36 2024 -0300
fix typos (#741)
---
webapps/docs/config/executor.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/config/executor.xml b/webapps/docs/config/executor.xml
index 84cc54b4f8..eb3a901164 100644
--- a/webapps/docs/config/executor.xml
+++ b/webapps/docs/config/executor.xml
@@ -77,7 +77,7 @@
<subsection name="Standard Implementation">
- <p>This implemtenation uses a pool of platform threads to execute the tasks
assigned to the Executor.</p>
+ <p>This implementation uses a pool of platform threads to execute the tasks
assigned to the Executor.</p>
<p>The <code>className</code> attribute must be
<code>org.apache.catalina.core.StandardThreadExecutor</code> to use
this implementation.</p>
@@ -126,7 +126,7 @@
<subsection name="Virtual Thread Implementation">
- <p>This implemtenation uses a new virtual thread to execute each task
assigned to the Executor.</p>
+ <p>This implementation uses a new virtual thread to execute each task
assigned to the Executor.</p>
<p>The <code>className</code> attribute must be
<code>org.apache.catalina.core.StandardVirtualThreadExecutor</code> to
use this implementation.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]