Skip to content
Snippets Groups Projects
Commit e2c14bde authored by Steve Holme's avatar Steve Holme
Browse files

url.c: Fixed typo in comment

parent 0d4af92a
No related branches found
No related tags found
No related merge requests found
......@@ -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, '?');
......
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