Skip to content

Commit a0305c5

Browse files
author
Ikko Eltociear Ashimine
authored
fix typo in _ssl.c (GH-103192)
seperated -> separated Automerge-Triggered-By: GH:AlexWaygood
1 parent 6d59c9e commit a0305c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ssl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ _ssl__SSLSocket_shared_ciphers_impl(PySSLSocket *self)
20062006

20072007
/* Rather than use SSL_get_shared_ciphers, we use an equivalent algorithm because:
20082008
2009-
1) It returns a colon seperated list of strings, in an undefined
2009+
1) It returns a colon separated list of strings, in an undefined
20102010
order, that we would have to post process back into tuples.
20112011
2) It will return a truncated string with no indication that it has
20122012
done so, if the buffer is too small.

0 commit comments

Comments
 (0)