aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-12 21:42:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-12 21:42:20 +0000
commitf5971f54ff264218446363bb5003d44ec9b88c98 (patch)
treea939e0c59338baff7ddd0013758425994ef0bd7e /lib
parentc5b16d44680cdb81aab2c3af0f5b3ec220aafc39 (diff)
downloadgnurl-f5971f54ff264218446363bb5003d44ec9b88c98.tar.gz
gnurl-f5971f54ff264218446363bb5003d44ec9b88c98.tar.bz2
gnurl-f5971f54ff264218446363bb5003d44ec9b88c98.zip
comment language
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/url.c b/lib/url.c
index 3897925a9..4ecfeee3e 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -3111,9 +3111,9 @@ static CURLcode setup_connection_internals(struct SessionHandle *data,
return CURLE_OK;
}
- /* Protocol not found in table, but we don't have to assign it to anything
- since it is already assign to a dummy-struct in the CreateConnection()
- struct when the connectdata struct is allocated. */
+ /* The protocol was not found in the table, but we don't have to assign it
+ to anything since it is already assigned to a dummy-struct in the
+ CreateConnection() function when the connectdata struct is allocated. */
failf(data, "Protocol %s not supported or disabled in " LIBCURL_NAME,
conn->protostr);
return CURLE_UNSUPPORTED_PROTOCOL;