mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:03:33 +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
|
|
@ -53,7 +53,7 @@ CURLcode Curl_speedcheck(struct SessionHandle *data,
|
|||
/* we have been this slow for long enough, now die */
|
||||
failf(data,
|
||||
"Operation too slow. "
|
||||
"Less than %ld bytes/sec transfered the last %ld seconds",
|
||||
"Less than %ld bytes/sec transferred the last %ld seconds",
|
||||
data->set.low_speed_limit,
|
||||
data->set.low_speed_time);
|
||||
return CURLE_OPERATION_TIMEDOUT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue