Fix typo
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index f1e5813..6651a69 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -96,7 +96,7 @@
 .. exception:: SSLEOFError
 
    A subclass of :exc:`SSLError` raised when the SSL connection has been
-   terminated abrupted.  Generally, you shouldn't try to reuse the underlying
+   terminated abruptly.  Generally, you shouldn't try to reuse the underlying
    transport when this error is encountered.
 
    .. versionadded:: 3.3