#11515: fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py
index f0db511..f1fd78b 100644
--- a/Lib/SocketServer.py
+++ b/Lib/SocketServer.py
@@ -675,7 +675,7 @@
     # A timeout to apply to the request socket, if not None.
     timeout = None
 
-    # Disable nagle algoritm for this socket, if True.
+    # Disable nagle algorithm for this socket, if True.
     # Use only when wbufsize != 0, to avoid small packets.
     disable_nagle_algorithm = False