summaryrefslogtreecommitdiff
path: root/OpenSSL/test
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-11-15 09:17:33 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-11-15 09:17:33 -0800
commit3b0ee97f10decc3eeafa4039facdb1cbfd23d6b9 (patch)
tree279f62b8742c338e2a7361b744809f48e0457d4f /OpenSSL/test
parent27398343217703c5261e67d6c19dda89ba559f1b (diff)
downloadpyopenssl-3b0ee97f10decc3eeafa4039facdb1cbfd23d6b9.tar.gz
Fixed several typos
Diffstat (limited to 'OpenSSL/test')
-rw-r--r--OpenSSL/test/test_crypto.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSSL/test/test_crypto.py b/OpenSSL/test/test_crypto.py
index 60f9e6a..f704ac0 100644
--- a/OpenSSL/test/test_crypto.py
+++ b/OpenSSL/test/test_crypto.py
@@ -536,7 +536,7 @@ class X509ExtTests(TestCase):
def test_issuer(self):
"""
- If an extension requires a issuer, the :py:data:`issuer` parameter to
+ If an extension requires an issuer, the :py:data:`issuer` parameter to
:py:class:`X509Extension` provides its value.
"""
ext2 = X509Extension(
@@ -1212,7 +1212,7 @@ class X509ReqTests(TestCase, _PKeyInteractionTestsMixin):
def test_verify_success(self):
"""
:py:obj:`X509Req.verify` returns :py:obj:`True` if called with a
- :py:obj:`OpenSSL.crypto.PKey` which represents the public part ofthe key
+ :py:obj:`OpenSSL.crypto.PKey` which represents the public part of the key
which signed the request.
"""
request = X509Req()