You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/06/04 20:25:28 UTC

[tomcat] branch master updated: Fix typo.

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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new b6d1a0c  Fix typo.
b6d1a0c is described below

commit b6d1a0cc7193cd99cec5bbe6a0af057c569884ab
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 4 21:25:08 2020 +0100

    Fix typo.
---
 webapps/docs/changelog.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index bd7cc20..0778232 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -48,10 +48,10 @@
   <subsection name="Catalina">
     <changelog>
       <add>
-        Remove the error message on start if <code>java.io.tmp</code> is missing
-        and add an explicit error message on application deployment when the
-        sole feature that depends on it (anti-resource locking) is configured
-        and can't be used. (markt)
+        Remove the error message on start if <code>java.io.tmpdir</code> is
+        missing and add an explicit error message on application deployment when
+        the sole feature that depends on it (anti-resource locking) is
+        configured and can't be used. (markt)
       </add>
     </changelog>
   </subsection>


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