summaryrefslogtreecommitdiff
path: root/doc/man3/EC_KEY_new.pod
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-05-10 12:10:57 +0200
committerTomas Mraz <tomas@openssl.org>2023-05-12 10:26:49 +0200
commit9a271795f84eb5402ce1ecfbcfd21392ad1560d0 (patch)
tree63e694a5ebcc51ab0590e742ce897668f9490366 /doc/man3/EC_KEY_new.pod
parent25bab273ccc9b517cc4c1783950e3f95421cb570 (diff)
downloadopenssl-new-9a271795f84eb5402ce1ecfbcfd21392ad1560d0.tar.gz
Fix typos found by codespell
Fix only typos in doc/man* for inclusion in 3.* branches. Other typos have been fixed in a different commit. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20924)
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.