diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-07-24 15:56:40 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-07-24 15:56:40 +0000 |
commit | 385db0e97d901f7308ebe92318d6e5a05891cd54 (patch) | |
tree | 9a64b9865b0b74feb86591a2f9ec18d6d0fd15ab /lib | |
parent | 4e58da5222e09dced11637eae2c16fcce863daad (diff) |
Fix typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |