[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
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 329b291..2a3e65b 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -936,7 +936,7 @@ PyTclObject_str(PyTclObject *self)
Py_INCREF(self->string);
return self->string;
}
- /* XXX Could chache result if it is non-ASCII. */
+ /* XXX Could cache result if it is non-ASCII. */
return unicodeFromTclObj(self->value);
}