diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-15 22:51:03 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-16 11:08:31 +0100 |
commit | 236402fc2d02068b2ce3656200031ced2fa3c8b1 (patch) | |
tree | bc9cdfb0d0f9ed85a0e90b4630abb199ec7fd40a /src/tool_metalink.c | |
parent | 39dc0bca5b5124ec5b3e9aac391ad380cf5be6b7 (diff) | |
download | curl-236402fc2d02068b2ce3656200031ced2fa3c8b1.tar.gz |
cleanup: misc typos in strings and comments
Found via `codespell`
Closes #2389
Diffstat (limited to 'src/tool_metalink.c')
-rw-r--r-- | src/tool_metalink.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |