From 4b46083ecf71d1b6215c630fb611811dde78cd3a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2012 19:06:06 -0400 Subject: [PATCH] Comment typo fix. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irkerd b/irkerd index 04b3ef6..d7d5aba 100755 --- a/irkerd +++ b/irkerd @@ -40,7 +40,7 @@ ANTI_BUZZ_DELAY = 0.09 # Anti-buzz delay after queue-empty check # This black magic imports support for green threads (coroutines), # then has kinky sex with the import library internals, replacing -# "threading" with a coroutine-using impostor. Threads then become +# "threading" with a coroutine-using imposter. Threads then become # ultra-light-weight and cooperatively scheduled. try: import eventlet -- 2.26.2