projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4af92
)
url.c: Fixed typo in comment
author
Steve Holme
<steve_holme@hotmail.com>
Fri, 18 Apr 2014 16:04:39 +0000
(17:04 +0100)
committer
Steve Holme
<steve_holme@hotmail.com>
Fri, 18 Apr 2014 16:51:26 +0000
(17:51 +0100)
lib/url.c
patch
|
blob
|
history
diff --git
a/lib/url.c
b/lib/url.c
index c2c90040c3e29ce3f6a6f5d077b4cbedf834ddcb..04497d9bb4d741ec6ad05909b0c3b0c5e789f532 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
+ * of
f
the unhandable part
*************************************************************/
if((conn->given->flags&PROTOPT_NOURLQUERY)) {
char *path_q_sep = strchr(conn->data->state.path, '?');