]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EVP_PKEY_encapsulate.pod
Typos fixing
[thirdparty/openssl.git] / doc / man3 / EVP_PKEY_encapsulate.pod
index 1a6f998f5ac3e9f908bd27355de370f2fbd11ead..5da5a656b85c1054d1884ddb8f91291f2764e441 100644 (file)
@@ -22,7 +22,7 @@ The EVP_PKEY_encapsulate_init() function initializes a public key algorithm
 context I<ctx> for an encapsulation 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_encapsulate_init() function is similiar to
+The EVP_PKEY_auth_encapsulate_init() function is similar to
 EVP_PKEY_encapsulate_init() but also passes an I<authpriv> authentication private
 key that is used during encapsulation.