aboutsummaryrefslogtreecommitdiff
path: root/tests/client
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2019-09-13 16:59:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-12-23 14:31:32 +0100
commit23c529c888fdb6a96ca45a5e1afd091afb4f36f0 (patch)
tree7ac22451eadd00fef8d2af3613e1b0a5b79940ad /tests/client
parent2b76abb74c75a6e378d373f8cc2d3d63d2e7d6b3 (diff)
downloadlibssh-23c529c888fdb6a96ca45a5e1afd091afb4f36f0.tar.gz
libssh-23c529c888fdb6a96ca45a5e1afd091afb4f36f0.tar.xz
libssh-23c529c888fdb6a96ca45a5e1afd091afb4f36f0.zip
tests: fix typos
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/client')
-rw-r--r--tests/client/torture_rekey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/torture_rekey.c b/tests/client/torture_rekey.c
index b8e93768..7c9d8127 100644
--- a/tests/client/torture_rekey.c
+++ b/tests/client/torture_rekey.c
@@ -72,7 +72,7 @@ static int session_setup(void **state)
ssh_options_set(s->ssh.session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity);
ssh_options_set(s->ssh.session, SSH_OPTIONS_HOST, TORTURE_SSH_SERVER);
- /* Authenticate as alice with bob his pubkey */
+ /* Authenticate as alice with bob's pubkey */
rc = ssh_options_set(s->ssh.session, SSH_OPTIONS_USER, TORTURE_SSH_USER_ALICE);
assert_int_equal(rc, SSH_OK);