This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 254d187d43fed13f4ad44db92d9bd2240783daf2 Author: Emmanuel Bourg <ebo...@apache.org> AuthorDate: Wed Sep 28 13:47:50 2022 +0200 Fix the typos in the resource bundles --- java/org/apache/catalina/ha/session/LocalStrings.properties | 4 ++-- java/org/apache/tomcat/util/buf/LocalStrings.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/ha/session/LocalStrings.properties b/java/org/apache/catalina/ha/session/LocalStrings.properties index 5ba274aeea..d894dd3c64 100644 --- a/java/org/apache/catalina/ha/session/LocalStrings.properties +++ b/java/org/apache/catalina/ha/session/LocalStrings.properties @@ -75,12 +75,12 @@ deltaSession.writeSession=writeObject() storing session [{0}] jvmRoute.cannotFindSession=Cannot find session [{0}] jvmRoute.changeSession=Changed session from [{0}] to [{1}] -jvmRoute.failover=Detected a failover with different jvmRoute - orginal route: [{0}] new one: [{1}] at session id [{2}] +jvmRoute.failover=Detected a failover with different jvmRoute - original route: [{0}] new one: [{1}] at session id [{2}] jvmRoute.foundManager=Found Cluster Manager [{0}] at [{1}] jvmRoute.missingJvmRouteAttribute=No engine jvmRoute attribute configured! jvmRoute.noCluster=The JvmRouterBinderValve is configured, but clustering is not being used. Fail over will still work, providing a PersistentManager is used. jvmRoute.notFoundManager=Not found Cluster Manager at [{0}] -jvmRoute.set.originalsessionid=Set Orginal Session id at request attribute [{0}] value: [{1}] +jvmRoute.set.originalsessionid=Set Original Session id at request attribute [{0}] value: [{1}] jvmRoute.turnoverInfo=Turnover Check time [{0}] msec jvmRoute.valve.started=JvmRouteBinderValve started jvmRoute.valve.stopped=JvmRouteBinderValve stopped diff --git a/java/org/apache/tomcat/util/buf/LocalStrings.properties b/java/org/apache/tomcat/util/buf/LocalStrings.properties index d7eace5fa4..b02e4b0c55 100644 --- a/java/org/apache/tomcat/util/buf/LocalStrings.properties +++ b/java/org/apache/tomcat/util/buf/LocalStrings.properties @@ -32,7 +32,7 @@ hexUtils.fromHex.oddDigits=The input must consist of an even number of hex digit uDecoder.eof=End of file (EOF) uDecoder.noSlash=The encoded slash character is not allowed uDecoder.urlDecode.conversionError=Failed to decode [{0}] using character set [{1}] -uDecoder.urlDecode.missingDigit=Failed to decode [{0}] because the % character must be followed by two hexademical digits +uDecoder.urlDecode.missingDigit=Failed to decode [{0}] because the % character must be followed by two hexadecimal digits uDecoder.urlDecode.uee=Unable to URL decode the specified input since the encoding [{0}] is not supported. udecoder.urlDecode.iae=It is practical to %nn decode a byte array since how the %nn is encoded will vary by character set --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org