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 6416c67ec5 Fix typo
6416c67ec5 is described below

commit 6416c67ec5e55c265782723484e9dd958e027c7f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 23 14:38:13 2023 +0000

    Fix typo
---
 webapps/docs/config/cluster-deployer.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/config/cluster-deployer.xml 
b/webapps/docs/config/cluster-deployer.xml
index f956e46fbc..247948721f 100644
--- a/webapps/docs/config/cluster-deployer.xml
+++ b/webapps/docs/config/cluster-deployer.xml
@@ -84,7 +84,7 @@
         attribute will have no effect.
       </attribute>
       <attribute name="maxValidTime" required="false">
-        FileMessageFactory instances used by the FarmWarDeployer are  only
+        FileMessageFactory instances used by the FarmWarDeployer are only
         retained while they are required. When receiving a WAR file, the
         associated FileMessageFactory instance is deleted once the WAR file has
         been fully received. To avoid memory leaks under various error
@@ -94,7 +94,7 @@
         maximum time is exceeded, the FileMessageFactory will be deleted and 
the
         WAR file transfer will fail for that node. If a negative value is
         specified, the FileMessageFactory will only be removed once the WAR 
file
-        is fully recieved. If not specified, the default value of 300 (5
+        is fully received. If not specified, the default value of 300 (5
         minutes) will be used.
       </attribute>
     </attributes>


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

Reply via email to