Issue #17215: Fix documentation misprints (patch by July Tikhonov)
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 083656e..9120671 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -328,7 +328,7 @@
 .. class:: FileLoader(fullname, path)
 
    An abstract base class which inherits from :class:`ResourceLoader` and
-   :class:`ExecutionLoader`, providing concreate implementations of
+   :class:`ExecutionLoader`, providing concrete implementations of
    :meth:`ResourceLoader.get_data` and :meth:`ExecutionLoader.get_filename`.
 
    The *fullname* argument is a fully resolved name of the module the loader is