#11515: Merge with 3.1.
diff --git a/Lib/socketserver.py b/Lib/socketserver.py
index 18aec29..089b3ba 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