Doc fixes
[openssl.git] / doc / man7 / Ed25519.pod
index e9c4f2f798e10eb6eb538bcfefa4f2c1034351fe..a75164a17c323c0304c0805b554502df1197afc0 100644 (file)
@@ -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.