]> granicus.if.org Git - curl/commitdiff
Gisle Vanem's minor fixes
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Dec 2003 08:03:15 +0000 (08:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Dec 2003 08:03:15 +0000 (08:03 +0000)
lib/url.c

index 417121cb341b4933b46d0384d208066e590ef702..1584f919925e45ec6046437a9e0055a6a67cc5a6 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -2768,7 +2768,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
     if(Curl_parsenetrc(conn->hostname,
                        user, passwd,
                        data->set.netrc_file)) {
-      infof(data, "Couldn't find host %s in the .netrc file, using defaults",
+      infof(data, "Couldn't find host %s in the .netrc file, using defaults\n",
             conn->hostname);
     }
     else
@@ -3281,7 +3281,7 @@ CURLcode Curl_do(struct connectdata **connp)
 
       infof(data, "Re-used connection seems dead, get a new one\n");
 
-      conn->bits.close = TRUE; /* enforce close of this connetion */
+      conn->bits.close = TRUE; /* enforce close of this connection */
       result = Curl_done(conn);   /* we are so done with this */
 
       /* conn is no longer a good pointer */