Issue #27171: Fix typos in documentation, comments, and test function names
diff --git a/Lib/pathlib.py b/Lib/pathlib.py
index caf685e..1480e2f 100644
--- a/Lib/pathlib.py
+++ b/Lib/pathlib.py
@@ -674,7 +674,7 @@
             return cls._flavour.join(parts)
 
     def _init(self):
-        # Overriden in concrete Path
+        # Overridden in concrete Path
         pass
 
     def _make_child(self, args):