tests: fix typos

Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Aris Adamantiadis
2019-09-13 16:59:17 +02:00
committed by Andreas Schneider
parent 2b76abb74c
commit 23c529c888
3 changed files with 3 additions and 3 deletions

View File

@@ -404,7 +404,7 @@ static void torture_server_auth_pubkey(void **state)
session = s->ssh.session;
assert_non_null(session);
/* Authenticate as alice with bob his pubkey */
/* Authenticate as alice with bob's pubkey */
rc = ssh_options_set(session, SSH_OPTIONS_USER, TORTURE_SSH_USER_ALICE);
assert_int_equal(rc, SSH_OK);