diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-06-03 12:14:45 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-06-03 12:14:45 +0000 |
commit | 4bd91bc4742dbf194dd7a63519aa1ed32e4db47d (patch) | |
tree | 46fa0ad2951fd0cd86c3875b9c065a1aebc54217 /lib/file.c | |
parent | 71c39f29651523ffda10d0abc17f9057f54bd356 (diff) | |
download | curl-4bd91bc4742dbf194dd7a63519aa1ed32e4db47d.tar.gz |
spelling fixes
Detected using the `codespell` tool (version 1.13.0).
Also secure and fix an URL.
Diffstat (limited to 'lib/file.c')
-rw-r--r-- | lib/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file.c b/lib/file.c index db04cc2da..988bc7440 100644 --- a/lib/file.c +++ b/lib/file.c @@ -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."); |