Commit e2c14bde authored by Steve Holme's avatar Steve Holme
Browse files

url.c: Fixed typo in comment

parent 0d4af92a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, '?');