summaryrefslogtreecommitdiffstats
path: root/doc/man7/X25519.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/X25519.pod')
-rw-r--r--doc/man7/X25519.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/X25519.pod b/doc/man7/X25519.pod
index 614d37adad..61c9047bf6 100644
--- a/doc/man7/X25519.pod
+++ b/doc/man7/X25519.pod
@@ -36,7 +36,7 @@ output in PEM format:
EVP_PKEY_CTX_free(pctx);
PEM_write_PrivateKey(stdout, pkey, NULL, NULL, 0, NULL, NULL);
-The key derviation example in L<EVP_PKEY_derive(3)> can be used with
+The key derivation example in L<EVP_PKEY_derive(3)> can be used with
B<X25519>.
=head1 SEE ALSO