#18705: fix a number of typos.  Patch by FĂ©vry Thibault.
diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py
index f90a432..a197a0d 100644
--- a/Lib/modulefinder.py
+++ b/Lib/modulefinder.py
@@ -509,7 +509,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", end=' ')
+            print("Submodules that appear to be missing, but could also be", end=' ')
             print("global names in the parent package:")
             for name in maybe:
                 mods = sorted(self.badmodules[name].keys())