[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)



(cherry picked from commit dd02a696e55b450413e765e698e653d781ca4205)


Co-authored-by: Christian Clauss <cclauss@me.com>

Automerge-Triggered-By: GH:gpshead
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 83f05b7..ab8618b 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -927,7 +927,7 @@ sock_call_ex(PySocketSockObject *s,
                reading, but the data then discarded by the OS because of a
                wrong checksum.
 
-               Loop on select() to recheck for socket readyness. */
+               Loop on select() to recheck for socket readiness. */
             continue;
         }