Commit 0821447b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

spell fix

parent 3cba274b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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