From: Steve Holme Date: Fri, 18 Apr 2014 16:04:39 +0000 (+0100) Subject: url.c: Fixed typo in comment X-Git-Tag: curl-7_37_0~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2c14bde22503f63e64b38701d04cbc72be9a221;p=curl url.c: Fixed typo in comment --- diff --git a/lib/url.c b/lib/url.c index c2c90040c..04497d9bb 100644 --- a/lib/url.c +++ b/lib/url.c @@ -5245,7 +5245,7 @@ static CURLcode create_conn(struct SessionHandle *data, /************************************************************* * If the protocol can't handle url query strings, then cut - * of the unhandable part + * off the unhandable part *************************************************************/ if((conn->given->flags&PROTOPT_NOURLQUERY)) { char *path_q_sep = strchr(conn->data->state.path, '?');