diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-07 01:55:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 01:55:18 -0700 |
commit | 5afc5bb45d614ea4a512e257b6b60e4f98185043 (patch) | |
tree | c4723c33d978f61a05012ee3ed476cb24319e1e8 /Modules/expat/xmlparse.c | |
parent | 35d4857375b6ef8f1243db4da9c2cba0bee63ad6 (diff) | |
download | cpython-git-5afc5bb45d614ea4a512e257b6b60e4f98185043.tar.gz |
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
(cherry picked from commit dd02a696e55b450413e765e698e653d781ca4205)
Co-authored-by: Christian Clauss <cclauss@me.com>
Automerge-Triggered-By: GH:gpshead
Diffstat (limited to 'Modules/expat/xmlparse.c')
-rw-r--r-- | Modules/expat/xmlparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/xmlparse.c b/Modules/expat/xmlparse.c index 5ba56eaea6..034a03c308 100644 --- a/Modules/expat/xmlparse.c +++ b/Modules/expat/xmlparse.c @@ -3976,7 +3976,7 @@ initializeEncoding(XML_Parser parser) { const char *s; #ifdef XML_UNICODE char encodingBuf[128]; - /* See comments abount `protoclEncodingName` in parserInit() */ + /* See comments about `protoclEncodingName` in parserInit() */ if (! parser->m_protocolEncodingName) s = NULL; else { |