#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Modules/_functoolsmodule.c b/Modules/_functoolsmodule.c
index 572e7ff..aa9eaee 100644
--- a/Modules/_functoolsmodule.c
+++ b/Modules/_functoolsmodule.c
@@ -278,7 +278,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.
*/
PyObject *