This is an automated email from the ASF dual-hosted git repository.
schultz 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 81be56a0e6 fix typos (#741)
81be56a0e6 is described below
commit 81be56a0e66185f20c12c9e11b5cd085e9cdf213
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 f0e7e0fa3e..266f12e801 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. This Executor requires
+ <p>This implementation uses a new virtual thread to execute each task
assigned to the Executor. This Executor requires
a minimum Java version of Java 21.</p>
<p>The <code>className</code> attribute must be
<code>org.apache.catalina.core.StandardVirtualThreadExecutor</code> to
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]