summaryrefslogtreecommitdiffstats
path: root/doc/crypto/EC_GROUP_copy.pod
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-10-08 14:40:42 +0200
committerRichard Levitte <levitte@openssl.org>2015-10-23 20:32:58 +0200
commitec3a7c9b3729cd45c550222556100666aedc5bbc (patch)
tree7c99250e036974e0bb08238dca61bd94c8f31fa2 /doc/crypto/EC_GROUP_copy.pod
parent72895f5112452ff63d16a02e50a8282a419ccaf7 (diff)
Fix typos
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit d900a015b5a89ea2018e6122dd2738925e4d68ab)
Diffstat (limited to 'doc/crypto/EC_GROUP_copy.pod')
-rw-r--r--doc/crypto/EC_GROUP_copy.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/EC_GROUP_copy.pod b/doc/crypto/EC_GROUP_copy.pod
index 954af469d5..49dc01ced1 100644
--- a/doc/crypto/EC_GROUP_copy.pod
+++ b/doc/crypto/EC_GROUP_copy.pod
@@ -158,7 +158,7 @@ EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the p
specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified.
EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is
-0, the the return value will be 1. On error 0 is returned.
+0, the return value will be 1. On error 0 is returned.
EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.