aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-28 11:35:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-28 11:35:54 +0000
commite138ae5ec968798abf6e110bfcb51ef69bb7ac9a (patch)
tree77004e295c8841395f109153c76affc9f81a222f /lib/cookie.c
parentbf8ba229e0f0675e74698ca3486851f97a00b204 (diff)
- I'm abandoning the system with the web site mirrors (but keeping download
files bing mirrored) and thus I've changed the URL in the cookiejar header to no longer use curlm.haxx.se but instead use the main site curl.haxx.se
Diffstat (limited to 'lib/cookie.c')
-rw-r--r--lib/cookie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cookie.c b/lib/cookie.c
index f2dabd8e2..93d088d75 100644
--- a/lib/cookie.c
+++ b/lib/cookie.c
@@ -990,7 +990,7 @@ int Curl_cookie_output(struct CookieInfo *c, const char *dumphere)
char *format_ptr;
fputs("# Netscape HTTP Cookie File\n"
- "# http://curlm.haxx.se/rfc/cookie_spec.html\n"
+ "# http://curl.haxx.se/rfc/cookie_spec.html\n"
"# This file was generated by libcurl! Edit at your own risk.\n\n",
out);
co = c->cookies;