summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2022-12-23 00:22:11 +1000
committerDaniel Stenberg <daniel@haxx.se>2022-12-22 18:07:07 +0100
commit80efd3bc61596a7091c8bdf2bb1e06358f663b58 (patch)
tree1c07afd964ce833f2ec30f00d8ecd57cbc1d094e /src
parentaf5999a6742ea90011e7fa08aade7eac9943b76a (diff)
downloadcurl-80efd3bc61596a7091c8bdf2bb1e06358f663b58.tar.gz
misc: fix grammar and spelling
Closes #10137
Diffstat (limited to 'src')
-rw-r--r--src/tool_operate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c
index a77bdfb33..616061ee4 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -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