summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-05-06 08:59:49 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-05-06 08:59:49 -0400
commit774230a95d8bb18819251c78d53481cf3f1850b1 (patch)
tree4c42a901f0515d193958eb336f358fde760971f1
parentb2b4078dc79b18d1d4a1912359f1d55c425669cd (diff)
downloadpyopenssl-774230a95d8bb18819251c78d53481cf3f1850b1.tar.gz
add a missing word
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c22aaae..9ad9317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2014-05-05 Jean-Paul Calderone <exarkun@twistedmatrix.com>
* OpenSSL/SSL.py: Fix a regression in which the first argument of
- the "verify" callback was incorrectly a ``Context`` instance
+ the "verify" callback was incorrectly passed a ``Context`` instance
instead of the ``Connection`` instance.
* OpenSSL/test/test_ssl.py: Add a test for the value passed as the
first argument of the "verify" callback.