Update SSL.py docstring (#849)

diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py
index 506354d..eeb92f6 100644
--- a/src/OpenSSL/SSL.py
+++ b/src/OpenSSL/SSL.py
@@ -1907,7 +1907,7 @@
     def do_handshake(self):
         """
         Perform an SSL handshake (usually called after :meth:`renegotiate` or
-        one of :meth:`set_accept_state` or :meth:`set_accept_state`). This can
+        one of :meth:`set_accept_state` or :meth:`set_connect_state`). This can
         raise the same exceptions as :meth:`send` and :meth:`recv`.
 
         :return: None.