summaryrefslogtreecommitdiff
path: root/Modules/_ssl.c
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-10-05 16:17:18 +0200
committerJulien Palard <julien@palard.fr>2018-10-05 16:17:18 +0200
commit07fbbfde1b300369b4f8d1cfb80045fbb23b7091 (patch)
tree22b0c9ff108a70fb54acef879c3ee66ed29452f6 /Modules/_ssl.c
parent7a7693e9cb12e5571c76331db56a28eef9acb6e0 (diff)
downloadcpython-git-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.gz
bpo-34906: Doc: Fix typos (GH-9712)
Diffstat (limited to 'Modules/_ssl.c')
-rw-r--r--Modules/_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index 99d4ecceaf..96bdac4491 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -273,7 +273,7 @@ SSL_SESSION_get_ticket_lifetime_hint(const SSL_SESSION *s)
#error "Py_SSL_DEFAULT_CIPHERS 0 needs Py_SSL_DEFAULT_CIPHER_STRING"
#endif
#elif PY_SSL_DEFAULT_CIPHERS == 1
-/* Python custom selection of sensible ciper suites
+/* Python custom selection of sensible cipher suites
* DEFAULT: OpenSSL's default cipher list. Since 1.0.2 the list is in sensible order.
* !aNULL:!eNULL: really no NULL ciphers
* !MD5:!3DES:!DES:!RC4:!IDEA:!SEED: no weak or broken algorithms on old OpenSSL versions.