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_metalink.c | 2 +- src/tool_operate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tool_metalink.c b/src/tool_metalink.c index bbbfc2a65..91c5878c9 100644 --- a/src/tool_metalink.c +++ b/src/tool_metalink.c @@ -243,7 +243,7 @@ static int nss_hash_init(void **pctx, SECOidTag hash_alg) { PK11Context *ctx; - /* we have to initialize NSS if not initialized alraedy */ + /* we have to initialize NSS if not initialized already */ if(!NSS_IsInitialized() && !nss_context) { static NSSInitParameters params; params.length = sizeof params; 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