summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>2017-07-31 18:58:40 -0400
committerPauli <paul.dale@oracle.com>2017-08-01 09:30:11 +1000
commita970b14f8d6f867a894824c60ae5c3e6cca5a89f (patch)
treeffcd7e1324e132ac4c382794152d7e5c46136681 /doc/man7
parente670db0183079b5f6325ce2abd9d785e0f966890 (diff)
Fix typo in documents
I scanned all files in the doc folder with a spell checker (https://github.com/EWSoftware/VSSpellChecker). This patch (hopefully) corrected all spell errors that it found. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4065)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/Ed25519.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index e9c4f2f798..a75164a17c 100644
--- a/doc/man7/Ed25519.pod
+++ b/doc/man7/Ed25519.pod
@@ -17,7 +17,7 @@ verifying a digest must B<NOT> be specified.
=head1 NOTES
-The PureEdDSA algorithm does not support the the streaming mechanism
+The PureEdDSA algorithm does not support the streaming mechanism
of other signature algorithms using, for example, EVP_DigestUpdate().
The message to sign or verify must be passed using the one shot
EVP_DigestSign() asn EVP_DigestVerify() functions.