#18705: fix a number of typos.  Patch by FĂ©vry Thibault.
diff --git a/Lib/threading.py b/Lib/threading.py
index ab9302c..aaece74 100644
--- a/Lib/threading.py
+++ b/Lib/threading.py
@@ -14,7 +14,7 @@
 # Note regarding PEP 8 compliant names
 #  This threading model was originally inspired by Java, and inherited
 # the convention of camelCase function and method names from that
-# language. Those originaly names are not in any imminent danger of
+# language. Those original names are not in any imminent danger of
 # being deprecated (even for Py3k),so this module provides them as an
 # alias for the PEP 8 compliant names
 # Note that using the new PEP 8 compliant names facilitates substitution