Issue #27895:  Spelling fixes (Contributed by Ville Skyttä).
diff --git a/Lib/shutil.py b/Lib/shutil.py
index 3174648..dc9f2eb 100644
--- a/Lib/shutil.py
+++ b/Lib/shutil.py
@@ -64,7 +64,7 @@
 
 class RegistryError(Exception):
     """Raised when a registry operation with the archiving
-    and unpacking registeries fails"""
+    and unpacking registries fails"""
 
 
 def copyfileobj(fsrc, fdst, length=16*1024):