aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-03 16:11:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-03 16:11:47 +0000
commit0821447b5b351a68b70caa11c78128715e34964b (patch)
tree6ebffb0e1d56343d9d94a3fc9ce32e902bf1ed01 /lib/hostip.c
parent3cba274ba6fa59f9351290a30143a366e88cb385 (diff)
spell fix
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index b12b2b91a..8df43fc10 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -239,7 +239,7 @@ struct Curl_dns_entry *Curl_resolv(struct SessionHandle *data,
will generate a signal and we will siglongjmp() from that here */
if(!data->set.no_signal && sigsetjmp(curl_jmpenv, 1)) {
/* this is coming from a siglongjmp() */
- failf(data, "name lookup time-outed");
+ failf(data, "name lookup timed out");
return NULL;
}
#endif