#18705: fix a number of typos. Patch by Févry Thibault.
diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py
index 7f2bf8b..f6f84f3 100644
--- a/Lib/modulefinder.py
+++ b/Lib/modulefinder.py
@@ -516,7 +516,7 @@
# Print modules that may be missing, but then again, maybe not...
if maybe:
print
- print "Submodules thay appear to be missing, but could also be",
+ print "Submodules that appear to be missing, but could also be",
print "global names in the parent package:"
for name in maybe:
mods = self.badmodules[name].keys()