]> granicus.if.org Git - curl/commitdiff
Fix typo.
authorGisle Vanem <gvanem@broadpark.no>
Mon, 24 Jul 2006 15:56:40 +0000 (15:56 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Mon, 24 Jul 2006 15:56:40 +0000 (15:56 +0000)
lib/url.c

index 894f07802be1863abbe4767132fcd4af68ae9453..17e3a7f57c5e6c213b1403dc1e18fee21a2d5e0a 100644 (file)
--- 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;