#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Modules/_functoolsmodule.c b/Modules/_functoolsmodule.c
index 3437353..9aaa0f3 100644
--- a/Modules/_functoolsmodule.c
+++ b/Modules/_functoolsmodule.c
@@ -200,7 +200,7 @@
__reduce__ by itself doesn't support getting kwargs in the unpickle
operation so we define a __setstate__ that replaces all the information
about the partial. If we only replaced part of it someone would use
- it as a hook to do stange things.
+ it as a hook to do strange things.
*/
static PyObject *