Fix spelling in pod files
[openssl.git] / doc / ssl / SSL_CONF_cmd.pod
index 17b8758605e29db5b03ae38e745224f644ebbebf..6748a05fb938d72eec714d8bfcf38bac959e9b64 100644 (file)
@@ -465,7 +465,7 @@ Set supported signature algorithms:
 
  SSL_CONF_cmd(ctx, "SignatureAlgorithms", "ECDSA+SHA256:RSA+SHA256:DSA+SHA256");
 
-There are various ways to select the supported procotols.
+There are various ways to select the supported protocols.
 
 This set the minimum protocol version to TLSv1, and so disables SSLv3.
 This is the recommended way to disable protocols.