We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bba14b commit 3db93f1Copy full SHA for 3db93f1
src/OpenSSL/crypto.py
@@ -391,7 +391,7 @@ class _EllipticCurve(object):
391
_curves = None
392
393
if not _PY2:
394
- # 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.
395
def __ne__(self, other):
396
"""
397
Implement cooperation with the right-hand side argument of ``!=``.
@@ -2364,7 +2364,7 @@ def set_lastUpdate(self, when):
2364
2365
def set_nextUpdate(self, when):
2366
2367
- Set when the CRL will next be udpated.
+ Set when the CRL will next be updated.
2368
2369
The timestamp is formatted as an ASN.1 TIME::
2370
0 commit comments