aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-04-18 17:04:39 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-04-18 17:51:26 +0100
commite2c14bde22503f63e64b38701d04cbc72be9a221 (patch)
treeb27ca420d75a6eb0121bf039a89758bdabd82b52 /lib
parent0d4af92aebabda20bf68027a5293bfd204da95df (diff)
url.c: Fixed typo in comment
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index c2c90040c..04497d9bb 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, '?');