diff -r 0515206e36ed Lib/socketserver.py --- a/Lib/socketserver.py Mon Mar 14 16:36:31 2011 -0400 +++ b/Lib/socketserver.py Mon Mar 14 22:26:01 2011 +0100 @@ -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