#13289: fix typo.
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py
index f1fd78b..71b9caa 100644
--- a/Lib/SocketServer.py
+++ b/Lib/SocketServer.py
@@ -82,7 +82,7 @@
data is stored externally (e.g. in the file system), a synchronous
class will essentially render the service "deaf" while one request is
being handled -- which may be for a very long time if a client is slow
-to reqd all the data it has requested. Here a threading or forking
+to read all the data it has requested. Here a threading or forking
server is appropriate.
In some cases, it may be appropriate to process part of a request