From: Dan Fandrich Date: Wed, 22 Apr 2015 22:09:49 +0000 (+0200) Subject: tool: fixed a comment typo X-Git-Tag: curl-7_43_0~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79478fdb68ecdb2e36ae634262133670ada44084;p=thirdparty%2Fcurl.git tool: fixed a comment typo --- diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 7f68b2852d..121afc44d7 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -145,7 +145,7 @@ static const struct LongShort aliases[]= { {"$v", "ssl-reqd", FALSE}, /* 'ssl-reqd' new in 7.20.0, previously this was ftp-ssl-reqd */ {"$w", "sessionid", FALSE}, - /* ¡sessionid' listed as --no-sessionid in the help */ + /* 'sessionid' listed as --no-sessionid in the help */ {"$x", "ftp-ssl-control", FALSE}, {"$y", "ftp-ssl-ccc", FALSE}, {"$j", "ftp-ssl-ccc-mode", TRUE},