From: markt Date: Tue, 23 Jun 2009 11:57:53 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3d16ec6a399e7af3aebd7a5fc54f7e7449615180;p=tomcat7.0 Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@787646 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/http/Parameters.java b/java/org/apache/tomcat/util/http/Parameters.java index 676a5dc73..ad08ed5bf 100644 --- a/java/org/apache/tomcat/util/http/Parameters.java +++ b/java/org/apache/tomcat/util/http/Parameters.java @@ -283,9 +283,9 @@ public final class Parameters extends MultiMap { msg.append("' with value '"); msg.append(tmpValue.toString()); msg.append("' has been ignored. Note that the name and "); - msg.append("value quoted here may corrupted due to the "); - msg.append("failed decoding. Use debug level logging to "); - msg.append("see the original, non-corrupted values."); + msg.append("value quoted here may be corrupted due to "); + msg.append("the failed decoding. Use debug level logging "); + msg.append("to see the original, non-corrupted values."); log.warn(msg); } }