From: Daniel Stenberg Date: Mon, 8 Oct 2001 06:43:22 +0000 (+0000) Subject: corrected cookie-jar comment X-Git-Tag: curl-7_9_1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e719f4169c39b1a8a721e77c7e2dd3673c42fd0d;p=thirdparty%2Fcurl.git corrected cookie-jar comment --- diff --git a/lib/cookie.c b/lib/cookie.c index 2ae3b16243..551dd14892 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;