diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-10-15 03:41:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 15:41:20 -0400 |
commit | 3db93f1ad0c3e6f0e3dc5773b492a932b4d6e84a (patch) | |
tree | b0485e2ae289bb08139aa0f67844abd71253c7ec /src/OpenSSL | |
parent | 1bba14bfb905fb571609d8047dc26bfae7e35cb7 (diff) | |
download | pyopenssl-git-3db93f1ad0c3e6f0e3dc5773b492a932b4d6e84a.tar.gz |
Correct typos in crypto.py (#949)
Diffstat (limited to 'src/OpenSSL')
-rw-r--r-- | src/OpenSSL/crypto.py | 4 |
1 files changed, 2 insertions, 2 deletions
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:: |