aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-24 20:51:56 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-24 20:51:56 -0500
commitf96d8d522095285ac31cdd9728f9ca1a89e652ce (patch)
treef82ff3ccc9d421eb6874f45bd30354bca189cb4a /tests/hazmat/backends
parent48f17cb225abcf43f77915d152f6cc15b762c702 (diff)
downloadcryptography-f96d8d522095285ac31cdd9728f9ca1a89e652ce.tar.gz
cryptography-f96d8d522095285ac31cdd9728f9ca1a89e652ce.tar.bz2
cryptography-f96d8d522095285ac31cdd9728f9ca1a89e652ce.zip
Spell serialization consistently
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index fd4030f6..c59e5226 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -506,7 +506,7 @@ def test_crl_creation_not_implemented():
backend.create_x509_crl("", "", "")
-class TestOpenSSLSerialisationWithOpenSSL(object):
+class TestOpenSSLSerializationWithOpenSSL(object):
def test_pem_password_cb_buffer_too_small(self):
ffi_cb, userdata = backend._pem_password_cb(b"aa")
handle = backend._ffi.new_handle(userdata)