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 2018/11/12 11:08:20 UTC

svn commit: r1846394 - in /tomcat/trunk/java/org/apache/tomcat/util/digester: Digester.java LocalStrings.properties

Author: markt
Date: Mon Nov 12 11:08:20 2018
New Revision: 1846394

URL: http://svn.apache.org/viewvc?rev=1846394&view=rev
Log:
Fix typo

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java
    tomcat/trunk/java/org/apache/tomcat/util/digester/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java?rev=1846394&r1=1846393&r2=1846394&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java Mon Nov 12 11:08:20 2018
@@ -1101,7 +1101,7 @@ public class Digester extends DefaultHan
                     try {
                         ((DocumentProperties.Charset) root).setCharset(B2CConverter.getCharset(enc));
                     } catch (UnsupportedEncodingException e) {
-                        log.warn(sm.getString("disgester.encodingInvalid", enc), e);
+                        log.warn(sm.getString("digester.encodingInvalid", enc), e);
                     }
                 }
             }

Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/digester/LocalStrings.properties?rev=1846394&r1=1846393&r2=1846394&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/digester/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/digester/LocalStrings.properties [UTF-8] Mon Nov 12 11:08:20 2018
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-disgester.encodingInvalid=The encoding [{0}] is not recognised by the JRE and will be ignored
+digester.encodingInvalid=The encoding [{0}] is not recognised by the JRE and will be ignored
 digester.failedToUpdateAttributes=Attribute [{0}] failed to update and remains [{1}]
 digester.failedToUpdateSystemProperty=System property [{0}] failed to update and remains [{1}]



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