Fix bio callback backward compatibility
[openssl.git] / test / recipes / 70-test_tls13psk.t
index fa30dd10bb19a59aef9c99d7a37fcde709f51626..fedc527892ee9d5f120dbc0d44e698eacf99ee40 100644 (file)
@@ -63,7 +63,7 @@ $proxy->start();
 ok(TLSProxy::Message->fail(), "PSK not last");
 
 #Test 3: Attempt a resume after an HRR where PSK hash matches selected
-#        ciperhsuite. Should see PSK on second ClientHello
+#        ciphersuite. Should see PSK on second ClientHello
 $proxy->clear();
 $proxy->clientflags("-sess_in ".$session);
 $proxy->serverflags("-curves P-256");