corrected cookie-jar comment
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Oct 2001 06:43:22 +0000 (06:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Oct 2001 06:43:22 +0000 (06:43 +0000)
lib/cookie.c

index 2ae3b16..551dd14 100644 (file)
@@ -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;