From 236402fc2d02068b2ce3656200031ced2fa3c8b1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 15 Mar 2018 22:51:03 -0400 Subject: cleanup: misc typos in strings and comments Found via `codespell` Closes #2389 --- src/tool_operate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_operate.c') 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++); -- cgit v1.2.3