#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/test/test_warnings.py b/Lib/test/test_warnings.py
index 77f5be0..65a1a28 100644
--- a/Lib/test/test_warnings.py
+++ b/Lib/test/test_warnings.py
@@ -333,7 +333,7 @@
             sys.argv = argv
 
     def test_warn_explicit_type_errors(self):
-        # warn_explicit() shoud error out gracefully if it is given objects
+        # warn_explicit() should error out gracefully if it is given objects
         # of the wrong types.
         # lineno is expected to be an integer.
         self.assertRaises(TypeError, self.module.warn_explicit,