summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_key_share.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_key_share.t')
-rw-r--r--test/recipes/70-test_key_share.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_key_share.t b/test/recipes/70-test_key_share.t
index 62ab66cb2e..ae0a2b0c29 100644
--- a/test/recipes/70-test_key_share.t
+++ b/test/recipes/70-test_key_share.t
@@ -168,7 +168,7 @@ $proxy->start();
ok(TLSProxy::Message->success() && ($selectedgroupid == X25519),
"Multiple acceptable key_shares (part 2)");
-#Test 15: Server sends key_share that wasn't offerred should fail
+#Test 15: Server sends key_share that wasn't offered should fail
$proxy->clear();
$testtype = SELECT_X25519;
$proxy->clientflags("-curves P-256");