summaryrefslogtreecommitdiff
path: root/doc/man3/EC_KEY_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/EC_KEY_new.pod')
-rw-r--r--doc/man3/EC_KEY_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EC_KEY_new.pod b/doc/man3/EC_KEY_new.pod
index 98c9adc8ae..3c152d0aad 100644
--- a/doc/man3/EC_KEY_new.pod
+++ b/doc/man3/EC_KEY_new.pod
@@ -128,7 +128,7 @@ EC_KEY_check_key() performs various sanity checks on the EC_KEY object to
confirm that it is valid.
EC_KEY_set_public_key_affine_coordinates() sets the public key for I<key> based
-on its affine co-ordinates; i.e., it constructs an EC_POINT object based on
+on its affine coordinates; i.e., it constructs an EC_POINT object based on
the supplied I<x> and I<y> values and sets the public key to be this
EC_POINT. It also performs certain sanity checks on the key to confirm
that it is valid.