#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/test/test_extcall.py b/Lib/test/test_extcall.py
index f1fff0a..ce9ac5e 100644
--- a/Lib/test/test_extcall.py
+++ b/Lib/test/test_extcall.py
@@ -227,7 +227,7 @@
     >>> Foo.method(1, *[2, 3])
     5
 
-A PyCFunction that takes only positional parameters shoud allow an
+A PyCFunction that takes only positional parameters should allow an
 empty keyword dictionary to pass without a complaint, but raise a
 TypeError if te dictionary is not empty