summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_operate.c')
-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