misc: fix grammar and spelling

Closes #10137
This commit is contained in:
John Bampton 2022-12-23 00:22:11 +10:00 committed by Daniel Stenberg
parent af5999a674
commit 80efd3bc61
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 8 additions and 8 deletions

View file

@ -972,8 +972,8 @@ static CURLcode single_transfer(struct GlobalConfig *global,
/*
* this checks if the previous transfer had the same
* OperationConfig, which would mean, that the an output file has
* already been created and data can be appened to it, instead
* OperationConfig, which would mean, that an output file has
* already been created and data can be appended to it, instead
* of overwriting it.
* TODO: Consider placing the file handle inside the
* OperationConfig, so that it does not need to be opened/closed