Fixed a typo in the test method name
diff --git a/OpenSSL/test/test_util.py b/OpenSSL/test/test_util.py
index 6bc9a06..f585354 100644
--- a/OpenSSL/test/test_util.py
+++ b/OpenSSL/test/test_util.py
@@ -4,7 +4,7 @@
class TestErrors(TestCase):
- def test_exception_from_error_queue_nonexistant_reason(self):
+ def test_exception_from_error_queue_nonexistent_reason(self):
"""
:py:func:`exception_from_error_queue` does not raise a ``TypeError``
when it encounters an OpenSSL error code which does not have a reason