aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2006-02-23 18:39:22 +0000
committerDan Fandrich <dan@coneharvesters.com>2006-02-23 18:39:22 +0000
commit45e4b811b00e3f33d92bb1db8be6168c2d8a7ba2 (patch)
tree77ab7dadda9ba2be29a170c02641ab5ef93283bb /lib/url.c
parent0e6a1a44203fab41348c045bc746854273956d4b (diff)
Fixed a few more comment typos.
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/url.c b/lib/url.c
index 53a53e9a2..14345edb7 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1226,7 +1226,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
break;
case CURLOPT_CRLF:
/*
- * Kludgy option to enable CRLF convertions. Subject for removal.
+ * Kludgy option to enable CRLF conversions. Subject for removal.
*/
data->set.crlf = va_arg(param, long)?TRUE:FALSE;
break;
@@ -2656,7 +2656,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
host (or port) and the url-path is NOT part of the url-path.
As most agents use file://localhost/foo to get '/foo' although the
- slash preceeding foo is a separator and not a slash for the path,
+ slash preceding foo is a separator and not a slash for the path,
a URL as file://localhost//foo must be valid as well, to refer to
the same file with an absolute path.
*/