Fix new typos found by codespell
[openssl.git] / test / recipes / 70-test_tls13alerts.t
index e71fd23edbf13ef5cb32c42b44aff2188885050d..152e6cc130dbac92fe9b3e3d4a89d5143321a57b 100644 (file)
@@ -39,7 +39,7 @@ $proxy->filter(\&alert_filter);
 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
 plan tests => 1;
 my $alert = TLSProxy::Message->alert();
-ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unecrypted alert");
+ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unencrypted alert");
 
 sub alert_filter
 {