aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 8799ba2df..50f6684b6 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -359,13 +359,13 @@ static CURLcode bindlocal(struct connectdata *conn,
} /* end of if h */
else {
- failf(data,"could't find my own IP address (%s)", myhost);
+ failf(data,"couldn't find my own IP address (%s)", myhost);
return CURLE_HTTP_PORT_FAILED;
}
} /* end of inet_addr */
else {
- failf(data, "could't find my own IP address (%s)", myhost);
+ failf(data, "couldn't find my own IP address (%s)", myhost);
return CURLE_HTTP_PORT_FAILED;
}