From 5afc5bb45d614ea4a512e257b6b60e4f98185043 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 7 Oct 2021 01:55:18 -0700 Subject: [3.10] Fix typos in the Modules directory (GH-28761) (GH-28781) (cherry picked from commit dd02a696e55b450413e765e698e653d781ca4205) Co-authored-by: Christian Clauss Automerge-Triggered-By: GH:gpshead --- Modules/expat/xmlparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/expat/xmlparse.c') 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 { -- cgit v1.2.1