Fix a typo ssl.py docstring (GH-9697)

diff --git a/Lib/ssl.py b/Lib/ssl.py
index c7b4932..8f6d402 100644
--- a/Lib/ssl.py
+++ b/Lib/ssl.py
@@ -640,7 +640,7 @@
 
     When compared to ``SSLSocket``, this object lacks the following features:
 
-     * Any form of network IO incluging methods such as ``recv`` and ``send``.
+     * Any form of network IO, including methods such as ``recv`` and ``send``.
      * The ``do_handshake_on_connect`` and ``suppress_ragged_eofs`` machinery.
     """
     def __init__(self, *args, **kwargs):