url.c: Fixed typo in comment
authorSteve Holme <steve_holme@hotmail.com>
Fri, 18 Apr 2014 16:04:39 +0000 (17:04 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 18 Apr 2014 16:51:26 +0000 (17:51 +0100)
lib/url.c

index c2c9004..04497d9 100644 (file)
--- 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, '?');