From db254840b5f4a3eb429624d870ae7acf7c33674c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 17 Dec 2014 18:00:18 -0600 Subject: british english? never heard of it. --- src/cryptography/hazmat/backends/openssl/ec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptography/hazmat/backends/openssl/ec.py b/src/cryptography/hazmat/backends/openssl/ec.py index a2a90d17..e413d525 100644 --- a/src/cryptography/hazmat/backends/openssl/ec.py +++ b/src/cryptography/hazmat/backends/openssl/ec.py @@ -55,8 +55,8 @@ def _ec_key_curve_sn(backend, ec_key): def _mark_asn1_named_ec_curve(backend, ec_cdata): """ Set the named curve flag on the EC_KEY. This causes OpenSSL to - serialise EC keys along with their curve OID which makes - deserialisation easier. + serialize EC keys along with their curve OID which makes + deserialization easier. """ backend._lib.EC_KEY_set_asn1_flag( -- cgit v1.2.3