Many spelling fixes/typo's corrected.
[openssl.git] / test / recipes / 80-test_ssl_old.t
index ea7623125cd64ddae19b3ee060d3bc4b1a5a63a6..8b2d02fd0ad7cf460d7e95e15235da8cf66a17ea 100644 (file)
@@ -441,7 +441,7 @@ sub testssl {
         plan skip_all => "None of the ciphersuites to test are available in this OpenSSL build"
             if $protocolciphersuitecount + scalar(keys %ciphersuites) == 0;
 
-        # The count of protocols is because in addition to the ciphersuits
+        # The count of protocols is because in addition to the ciphersuites
         # we got above, we're running a weak DH test for each protocol
         plan tests => scalar(@protocols) + $protocolciphersuitecount
             + scalar(keys %ciphersuites);