aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-19 08:03:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-19 08:03:15 +0000
commit8146d463861d229412a9c253fadb011a5852e8ce (patch)
tree9a9af721549a16d5a68ad3f06923422a5c197c26
parent36a2fac79f8751dca9075e83803b6cfa04d82387 (diff)
Gisle Vanem's minor fixes
-rw-r--r--lib/url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/url.c b/lib/url.c
index 417121cb3..1584f9199 100644
--- 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 */