Fix various spelling issues reported by codespell

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 97c9ac2f58)
This commit is contained in:
Jakub Jelen
2022-10-12 10:45:00 +02:00
committed by Andreas Schneider
parent e3d0f60281
commit bff436695b
59 changed files with 117 additions and 112 deletions

View File

@@ -690,7 +690,7 @@ static void torture_pki_rsa_key_size(void **state)
rc = ssh_pki_signature_verify(session, sign, pubkey, INPUT, sizeof(INPUT));
assert_ssh_return_code(session, rc);
/* Set the minumum RSA key size to 4k */
/* Set the minimum RSA key size to 4k */
rc = ssh_options_set(session, SSH_OPTIONS_RSA_MIN_SIZE, &length);
assert_ssh_return_code(session, rc);