mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:23:36 +03:00
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
This commit is contained in:
parent
71c39f2965
commit
4bd91bc474
22 changed files with 32 additions and 32 deletions
|
|
@ -461,7 +461,7 @@ static CURLcode file_do(struct connectdata *conn, bool *done)
|
|||
return result;
|
||||
|
||||
/* Adjust the start offset in case we want to get the N last bytes
|
||||
* of the stream iff the filesize could be determined */
|
||||
* of the stream if the filesize could be determined */
|
||||
if(data->state.resume_from < 0) {
|
||||
if(!fstated) {
|
||||
failf(data, "Can't get the size of file.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue