This is an automated email from the ASF dual-hosted git repository.
markt 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 30ac25abcf Fix typo
30ac25abcf is described below
commit 30ac25abcf6ce457fc7eea02d67cfb48376f04b4
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]