Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 23 Jun 2009 11:57:53 +0000 (11:57 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 23 Jun 2009 11:57:53 +0000 (11:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@787646 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/http/Parameters.java

index 676a5dc..ad08ed5 100644 (file)
@@ -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);
                 }
             }