From 735e9aef28c2c5620eb5ad9967738b29adcebfaa Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 7 Dec 2009 12:49:56 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@887913 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/tomcat/util/http/CookieSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0