diff options
Diffstat (limited to 'src/tool_operate.c')
-rw-r--r-- | src/tool_operate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index e8b434a53..15cdc13da 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -1973,7 +1973,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) size_t count = 0; struct OperationConfig *operation = config->first; - /* Get the required aguments for each operation */ + /* Get the required arguments for each operation */ while(!result && operation) { result = get_args(operation, count++); |