From e2c14bde22503f63e64b38701d04cbc72be9a221 Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Fri, 18 Apr 2014 17:04:39 +0100
Subject: [PATCH] url.c: Fixed typo in comment

---
 lib/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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