1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

src: Fix multiple typos

Signed-off-by: Tilo Eckert <tilo.eckert@flam.de>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Tilo Eckert
2018-11-27 16:39:50 +01:00
committed by Andreas Schneider
parent 130256c348
commit 95f83c2391
3 changed files with 4 additions and 4 deletions

View File

@ -210,7 +210,7 @@ static void torture_pki_verify_mismatch(void **state)
assert_true(rc == SSH_OK);
assert_true(verify_key != NULL);
/* Should gradefully fail, but not crash */
/* Should gracefully fail, but not crash */
rc = pki_signature_verify(session,
sign,
verify_key,
@ -240,7 +240,7 @@ static void torture_pki_verify_mismatch(void **state)
assert_string_equal(new_sig->type_c, key->type_c);
assert_string_equal(new_sig->type_c, signature_types[sig_type]);
/* The verificaiton should not work */
/* The verification should not work */
rc = pki_signature_verify(session,
new_sig,
verify_key,