Typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 03:54:11 +0000 (23:54 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 03:54:11 +0000 (23:54 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 2e37bd1f981cc191579d06e305955927a93871d5..6166b43bbff059a9f0e19e807bd4648a0acc46f4 100755 (executable)
--- 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: