aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-08 06:43:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-08 06:43:22 +0000
commite719f4169c39b1a8a721e77c7e2dd3673c42fd0d (patch)
treee8c7331cfd3f2bda945014e0ff8a5701f6bdcba8 /lib
parentd8fb2b2e63d83d4edbb040d25dc9f49a21146c56 (diff)
corrected cookie-jar comment
Diffstat (limited to 'lib')
-rw-r--r--lib/cookie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cookie.c b/lib/cookie.c
index 2ae3b1624..551dd1489 100644
--- a/lib/cookie.c
+++ b/lib/cookie.c
@@ -624,7 +624,7 @@ int Curl_cookie_output(struct CookieInfo *c, char *dumphere)
if(c) {
fputs("# Netscape HTTP Cookie File\n"
"# http://www.netscape.com/newsref/std/cookie_spec.html\n"
- "# This is generated by libcurl! Edit on your own risk.\n\n",
+ "# This file was generated by libcurl! Edit at your own risk.\n\n",
out);
co = c->cookies;