From: markt Date: Mon, 7 Dec 2009 12:49:56 +0000 (+0000) Subject: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=735e9aef28c2c5620eb5ad9967738b29adcebfaa;p=tomcat7.0 Typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@887913 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/http/CookieSupport.java b/java/org/apache/tomcat/util/http/CookieSupport.java index e6e57985b..1aed47362 100644 --- a/java/org/apache/tomcat/util/http/CookieSupport.java +++ b/java/org/apache/tomcat/util/http/CookieSupport.java @@ -42,7 +42,7 @@ public final class CookieSupport { * If true, separators that are not explicitly dis-allowed by the v0 cookie * spec but are disallowed by the HTTP spec will be allowed in v0 cookie * names and values. These characters are: \"()/:<=>?@[\\]{} Note that the - * inclusion of / depend on the value of {@link #FWD_SLASH_IS_SEPARATOR}. + * inclusion of / depends on the value of {@link #FWD_SLASH_IS_SEPARATOR}. */ public static final boolean ALLOW_HTTP_SEPARATORS_IN_V0;