]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EVP_PKEY_decapsulate.pod
Typos fixing
[thirdparty/openssl.git] / doc / man3 / EVP_PKEY_decapsulate.pod
index 9ae87ddcec2d344250705439185cf4bee4758928..27532b4abbf7b08f6fa8898f3edd3d9a9011e786 100644 (file)
@@ -22,7 +22,7 @@ The EVP_PKEY_decapsulate_init() function initializes a private key algorithm
 context I<ctx> for a decapsulation operation and then sets the I<params>
 on the context in the same way as calling L<EVP_PKEY_CTX_set_params(3)>.
 
-The EVP_PKEY_auth_decapsulate_init() function is similiar to
+The EVP_PKEY_auth_decapsulate_init() function is similar to
 EVP_PKEY_decapsulate_init() but also passes an I<authpub> authentication public
 key that is used during decapsulation.