mirror of
https://github.com/curl/curl.git
synced 2026-07-28 04:53:08 +03:00
spell fix
This commit is contained in:
parent
3cba274ba6
commit
0821447b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue