1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

corrected cookie-jar comment

This commit is contained in:
Daniel Stenberg 2001-10-08 06:43:22 +00:00
parent d8fb2b2e63
commit e719f4169c

View 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;