fix bad method names in ssl module (and typo in ssl doc)
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 33904b5..658d972 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -129,7 +129,7 @@
method should signal unexpected EOF from the other end of the connection. If specified
as :const:`True` (the default), it returns a normal EOF in response to unexpected
EOF errors raised from the underlying socket; if :const:`False`, it will raise
- the exceptions back the caller.
+ the exceptions back to the caller.
.. function:: RAND_status()