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

markt-asf 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 67d548fe18 Fix typo
67d548fe18 is described below

commit 67d548fe18743d64cec5c94318ac8b879cff4cf3
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 16:20:54 2026 +0100

    Fix typo
---
 java/org/apache/catalina/util/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/util/LocalStrings.properties 
b/java/org/apache/catalina/util/LocalStrings.properties
index 9039e724a6..b418e33225 100644
--- a/java/org/apache/catalina/util/LocalStrings.properties
+++ b/java/org/apache/catalina/util/LocalStrings.properties
@@ -52,7 +52,7 @@ parameterMap.locked=No modifications are allowed to a locked 
ParameterMap
 resourceSet.locked=No modifications are allowed to a locked ResourceSet
 
 sessionIdGeneratorBase.createRandom=Creation of SecureRandom instance for 
session ID generation using [{0}] took [{1}] milliseconds.
-sessionIdGeneratorBase.idLengthTooShort=The requested session ID length of 
[{0}] is to short so the current value of [{1}] will be used
+sessionIdGeneratorBase.idLengthTooShort=The requested session ID length of 
[{0}] is too short so the current value of [{1}] will be used
 sessionIdGeneratorBase.noSHA1PRNG=The default SHA1PRNG algorithm for 
SecureRandom is not supported by this JVM. Using the platform default.
 sessionIdGeneratorBase.random=Exception initializing random number generator 
of class [{0}]. Falling back to java.secure.SecureRandom
 sessionIdGeneratorBase.randomAlgorithm=Exception initializing random number 
generator using algorithm [{0}]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to