diff --git a/lib/url.c b/lib/url.c index c2c90040c3e29ce3f6a6f5d077b4cbedf834ddcb..04497d9bb4d741ec6ad05909b0c3b0c5e789f532 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, '?');