#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/test/test_print.py b/Lib/test/test_print.py
index f157bc7..b1ace4d 100644
--- a/Lib/test/test_print.py
+++ b/Lib/test/test_print.py
@@ -21,7 +21,7 @@
 # A dispatch table all 8 combinations of providing
 #  sep, end, and file
 # I use this machinery so that I'm not just passing default
-#  values to print, I'm eiher passing or not passing in the
+#  values to print, I'm either passing or not passing in the
 #  arguments
 dispatch = {
     (False, False, False):