summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_PKEY_fromdata.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/EVP_PKEY_fromdata.pod')
-rw-r--r--doc/man3/EVP_PKEY_fromdata.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_PKEY_fromdata.pod b/doc/man3/EVP_PKEY_fromdata.pod
index 526109386e..e3003674e3 100644
--- a/doc/man3/EVP_PKEY_fromdata.pod
+++ b/doc/man3/EVP_PKEY_fromdata.pod
@@ -22,7 +22,7 @@ The functions described here are used to create new keys from user
provided key data, such as I<n>, I<e> and I<d> for a minimal RSA
keypair.
-These functions use an B<EVP_PKEY_CTX> context, which should primarly
+These functions use an B<EVP_PKEY_CTX> context, which should primarily
be created with L<EVP_PKEY_CTX_new_from_name(3)> or
L<EVP_PKEY_CTX_new_id(3)>.