Fix typos in comments, documentation and test method names
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
index b17bdbf..9bc114b 100644
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -3723,7 +3723,7 @@
         b.a = a
         z = deepcopy(a) # This blew up before
 
-    def test_unintialized_modules(self):
+    def test_uninitialized_modules(self):
         # Testing uninitialized module objects...
         from types import ModuleType as M
         m = M.__new__(M)