From 96a5faf1c71183e4ae03d3cffdcd0119d8d9137c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 30 Sep 2012 23:54:11 -0400 Subject: [PATCH] Typo fix. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.26.2