diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-25 10:27:54 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-25 10:27:54 -0500 |
commit | 5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b (patch) | |
tree | 7200b1c4e307652097a56abc60132be36de7ec72 /tests/hazmat/bindings/test_openssl.py | |
parent | 68f1e0c2deea59df17e573b908f45182eff51dd0 (diff) | |
parent | 462bd6073122f25f524fa92853cf5974d06c7eb8 (diff) | |
download | cryptography-5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b.tar.gz cryptography-5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b.tar.bz2 cryptography-5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b.zip |
Merge pull request #968 from alex/typo-fixes
Fix some typos.
Diffstat (limited to 'tests/hazmat/bindings/test_openssl.py')
-rw-r--r-- | tests/hazmat/bindings/test_openssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, "<test>", 1) - # errors shouldnt cause locking + # errors shouldn't cause locking assert lock.acquire(False) lock.release() |