summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-05-14 14:06:16 -0400
committerHynek Schlawack <hs@ox.cx>2018-05-14 14:06:16 -0400
commit40bc0f17b2a4e6c215f0c70968e89928f260e685 (patch)
treeadcdf51197d448ad204274caee2f441d840cc812 /doc
parent15c293505749cb8d2e65a1034e4ff03d26db3cf5 (diff)
downloadpyopenssl-40bc0f17b2a4e6c215f0c70968e89928f260e685.tar.gz
Fixed a handful of typos (#755)
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog_old.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ChangeLog_old.txt b/doc/ChangeLog_old.txt
index 214a26d..1a16d72 100644
--- a/doc/ChangeLog_old.txt
+++ b/doc/ChangeLog_old.txt
@@ -740,7 +740,7 @@ found at <https://pyopenssl.readthedocs.io/en/latest/changelog.html>.
2002-06-13 Martin Sjögren <martin@strakt.com>
* src/ssl/context.c: Changed global_verify_callback so that it uses
- PyObject_IsTrue instead of requring ints.
+ PyObject_IsTrue instead of requiring ints.
* Added pymemcompat.h to make the memory management uniform and
backwards-compatible.
* src/util.h: Added conditional definition of PyModule_AddObject and