From: Gisle Vanem Date: Mon, 24 Jul 2006 15:56:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: curl-7_15_5~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=385db0e97d901f7308ebe92318d6e5a05891cd54;p=curl Fix typo. --- diff --git a/lib/url.c b/lib/url.c index 894f07802..17e3a7f57 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3808,7 +3808,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, * there, thus overriding any defaults that might have been set above. */ conn->port = conn->remote_port; /* it is the same port */ - /* Resolve target host right on */ + /* Resolve target host right now */ rc = Curl_resolv(conn, conn->host.name, (int)conn->port, &hostaddr); if(rc == CURLRESOLV_PENDING) *async = TRUE;