bpo-34906: Doc: Fix typos (GH-9712)
(cherry picked from commit 07fbbfde1b300369b4f8d1cfb80045fbb23b7091)
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index dd2fccc..911b28d 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -2658,7 +2658,7 @@
- TLS 1.3 uses a disjunct set of cipher suites. All AES-GCM and
ChaCha20 cipher suites are enabled by default. The method
:meth:`SSLContext.set_ciphers` cannot enable or disable any TLS 1.3
- ciphers yet, but :meth:`SSLContext.get_cipers` returns them.
+ ciphers yet, but :meth:`SSLContext.get_ciphers` returns them.
- Session tickets are no longer sent as part of the initial handshake and
are handled differently. :attr:`SSLSocket.session` and :class:`SSLSession`
are not compatible with TLS 1.3.