Fix wrapping and typo in warning name.
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index 724bcae..bd00142 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -2786,8 +2786,8 @@
def test_text(self):
"""
- :py:obj:`Connection.sendall` transmits all the content in the string passed to
- it raising a DepreactionWarning in case of this being a text.
+ :py:obj:`Connection.sendall` transmits all the content in the string
+ passed to it raising a DeprecationWarning in case of this being a text.
"""
server, client = self._loopback()
with catch_warnings(record=True) as w: