Fix typos found by codespell
[openssl.git] / doc / man3 / EC_KEY_new.pod
index 98c9adc8ae3a3e6a0dad3539c775adb410b4fae2..3c152d0aadbab3194afd6978ece5d73cae4c0357 100644 (file)
@@ -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.