Skip to content

Commit 3db93f1

Browse files
authored
Correct typos in crypto.py (#949)
1 parent 1bba14b commit 3db93f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenSSL/crypto.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class _EllipticCurve(object):
391391
_curves = None
392392

393393
if not _PY2:
394-
# This only necessary on Python 3. Morever, it is broken on Python 2.
394+
# This only necessary on Python 3. Moreover, it is broken on Python 2.
395395
def __ne__(self, other):
396396
"""
397397
Implement cooperation with the right-hand side argument of ``!=``.
@@ -2364,7 +2364,7 @@ def set_lastUpdate(self, when):
23642364

23652365
def set_nextUpdate(self, when):
23662366
"""
2367-
Set when the CRL will next be udpated.
2367+
Set when the CRL will next be updated.
23682368
23692369
The timestamp is formatted as an ASN.1 TIME::
23702370

0 commit comments

Comments
 (0)