From 978168e8c6c8d51e1c1d611a9900d2414e2ec3bc Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 16 Apr 2012 11:45:59 +0300 Subject: [PATCH] Fix typo --- .../main/java/io/netty/handler/codec/http/CookieEncoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/CookieEncoder.java b/codec-http/src/main/java/io/netty/handler/codec/http/CookieEncoder.java index 1675344b50..9a46fd3c58 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/CookieEncoder.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/CookieEncoder.java @@ -83,7 +83,7 @@ public class CookieEncoder { * so far into an HTTP header value. If no {@link Cookie}s were added, * an empty string is returned. * - * Be aware that calling this method will clear the contends of the {@link CookieEncoder} + * Be aware that calling this method will clear the content of the {@link CookieEncoder} */ public String encode() { String answer;