We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d59c9e commit a0305c5Copy full SHA for a0305c5
Modules/_ssl.c
@@ -2006,7 +2006,7 @@ _ssl__SSLSocket_shared_ciphers_impl(PySSLSocket *self)
2006
2007
/* Rather than use SSL_get_shared_ciphers, we use an equivalent algorithm because:
2008
2009
- 1) It returns a colon seperated list of strings, in an undefined
+ 1) It returns a colon separated list of strings, in an undefined
2010
order, that we would have to post process back into tuples.
2011
2) It will return a truncated string with no indication that it has
2012
done so, if the buffer is too small.
0 commit comments