Issue #27626: Merge spelling fixes from 3.5
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index eeae96a..a9a5f5a 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -66,7 +66,7 @@
<#supported-ini-file-structure>`_. Essentially, the file
consists of sections, each of which contains keys with values.
:mod:`configparser` classes can read and write such files. Let's start by
-creating the above configuration file programatically.
+creating the above configuration file programmatically.
.. doctest::
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index c1c3b12..24b8104 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -633,7 +633,7 @@
.. method:: path_stats(path)
Optional abstract method which returns a :class:`dict` containing
- metadata about the specifed path. Supported dictionary keys are:
+ metadata about the specified path. Supported dictionary keys are:
- ``'mtime'`` (mandatory): an integer or floating-point number
representing the modification time of the source code;
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index eae7249..9456733 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1938,7 +1938,7 @@
On Unix, *path* can be of type :class:`str` or :class:`bytes` (use
:func:`~os.fsencode` and :func:`~os.fsdecode` to encode and decode
:class:`bytes` paths). On Windows, *path* must be of type :class:`str`.
- On both sytems, the type of the :attr:`~os.DirEntry.name` and
+ On both systems, the type of the :attr:`~os.DirEntry.name` and
:attr:`~os.DirEntry.path` attributes of each :class:`os.DirEntry` will be of
the same type as *path*.
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index c63c73a..d0a3c5e 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -1226,7 +1226,7 @@
much data, if any, was successfully sent.
.. versionchanged:: 3.5
- The socket timeout is no more reset each time data is sent successfuly.
+ The socket timeout is no more reset each time data is sent successfully.
The socket timeout is now the maximum total duration to send all data.
.. versionchanged:: 3.5