commit | a683fc0b8fabb4d763c77d7d04d8bf87799c9ca3 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jan 17 12:45:56 2014 -0600 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jan 17 12:45:56 2014 -0600 |
tree | 8bf6e41da7f0ca12b986b3b98c40cfdd285f1155 | |
parent | 7b8d57a7b806b7af9c5650e8152357d5a5755ca7 [diff] |
Corrected a typo
diff --git a/OpenSSL/SSL.py b/OpenSSL/SSL.py index d960eb3..325b825 100644 --- a/OpenSSL/SSL.py +++ b/OpenSSL/SSL.py
@@ -595,7 +595,7 @@ Configure this connection to people to use Elliptical Curve Diffie-Hellman key exchanges. - :param curve_name: One of the named curve constsants. + :param curve_name: One of the named curve constants. :return: None """ if _lib.Cryptography_HAS_EC: