Skip to content
Snippets Groups Projects
Commit e719f416 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

corrected cookie-jar comment

parent d8fb2b2e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment