mirror of
https://github.com/curl/curl.git
synced 2026-06-03 03:34:15 +03:00
cleanup: misc typos in strings and comments
Found via `codespell` Closes #2389
This commit is contained in:
parent
39dc0bca5b
commit
236402fc2d
16 changed files with 17 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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++);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue