aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-12 07:56:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-12 07:56:01 +0000
commit2f60e91a9b2db5d6f1b930be69b78865eee87af4 (patch)
tree7514043ff7c6c7cfb4f0a312625626e821306561
parent018affe6d03eba7d2eb302f156f36c5f5aa865ee (diff)
removed another jhrg-reference in a comment
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 4b13c3634..99e239aa8 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -886,7 +886,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...)
break;
case CURLOPT_ENCODING:
/*
- * String to use at the value of Accept-Encoding header. 08/28/02 jhrg
+ * String to use at the value of Accept-Encoding header.
*
* If the encoding is set to "" we use an Accept-Encoding header that
* encompasses all the encodings we support.