From 462bd6073122f25f524fa92853cf5974d06c7eb8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 25 Apr 2014 07:49:08 -0700 Subject: Fix some typos. Found with https://github.com/intgr/topy/ --- tests/hazmat/bindings/test_openssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hazmat') diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py index 1dbd23b4..58d7602b 100644 --- a/tests/hazmat/bindings/test_openssl.py +++ b/tests/hazmat/bindings/test_openssl.py @@ -84,7 +84,7 @@ class TestOpenSSL(object): with pytest.raises(RuntimeError): b._lock_cb(0, b.lib.CRYPTO_LOCK_SSL, "", 1) - # errors shouldnt cause locking + # errors shouldn't cause locking assert lock.acquire(False) lock.release() -- cgit v1.2.3