mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:24:08 +03:00
Fix a couple of spelling errors in lib/
Found with codespell.
This commit is contained in:
parent
9230be0797
commit
1702a2c08d
31 changed files with 56 additions and 56 deletions
|
|
@ -174,7 +174,7 @@ long Curl_timeleft(struct SessionHandle *data,
|
|||
nowp = &now;
|
||||
}
|
||||
|
||||
/* substract elapsed time */
|
||||
/* subtract elapsed time */
|
||||
timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startsingle);
|
||||
if(!timeout_ms)
|
||||
/* avoid returning 0 as that means no timeout! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue