From 3db93f1ad0c3e6f0e3dc5773b492a932b4d6e84a Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 15 Oct 2020 03:41:20 +0800 Subject: Correct typos in crypto.py (#949) --- src/OpenSSL/crypto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OpenSSL/crypto.py') diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py index 77fb821..673da3f 100644 --- a/src/OpenSSL/crypto.py +++ b/src/OpenSSL/crypto.py @@ -391,7 +391,7 @@ class _EllipticCurve(object): _curves = None if not _PY2: - # This only necessary on Python 3. Morever, it is broken on Python 2. + # This only necessary on Python 3. Moreover, it is broken on Python 2. def __ne__(self, other): """ Implement cooperation with the right-hand side argument of ``!=``. @@ -2364,7 +2364,7 @@ class CRL(object): def set_nextUpdate(self, when): """ - Set when the CRL will next be udpated. + Set when the CRL will next be updated. The timestamp is formatted as an ASN.1 TIME:: -- cgit v1.2.1