From: Eric S. Raymond Date: Mon, 1 Oct 2012 03:54:11 +0000 (-0400) Subject: Typo fix. X-Git-Tag: 1.3~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96a5faf1c71183e4ae03d3cffdcd0119d8d9137c;p=irker.git Typo fix. --- diff --git a/irkerd b/irkerd index 2e37bd1..6166b43 100755 --- a/irkerd +++ b/irkerd @@ -47,7 +47,7 @@ try: green_threads = True # With greenlets we don't worry about thread exhaustion, only the # file descriptor limit (typically 1024 on modern Unixes). Thus we - # can handle a lot more concurrent sessions and generare less + # can handle a lot more concurrent sessions and generate less # join/leave spam under heavy load. CONNECTION_MAX = 1000 except ImportError: