diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-02-04 01:41:43 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-02-04 01:41:43 (GMT) |
commit | e86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df (patch) | |
tree | 93595a8942b755afd2b49bc574fb7dce9a072ea1 /Objects/obmalloc.c | |
parent | 52f745852e49498d7dd86fd309ae57f6a7af568f (diff) | |
download | cpython-e86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df.zip cpython-e86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df.tar.gz cpython-e86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df.tar.bz2 |
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
Fix typos found by codespell in docs, docstrings, and comments.
(cherry picked from commit c3d9508ff22ece9a96892b628dd5813e2fb0cd80)
Co-authored-by: Leo Arias <leo.arias@canonical.com>
Diffstat (limited to 'Objects/obmalloc.c')
-rw-r--r-- | Objects/obmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 0b8816c..0e485d6 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -2469,7 +2469,7 @@ pool_is_in_list(const poolp target, poolp list) * checks. * * Return 0 if the memory debug hooks are not installed or no statistics was - * writen into out, return 1 otherwise. + * written into out, return 1 otherwise. */ int _PyObject_DebugMallocStats(FILE *out) |