From: Eric S. Raymond Date: Tue, 2 Oct 2012 23:06:06 +0000 (-0400) Subject: Comment typo fix. X-Git-Tag: 1.5~9 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4b46083ecf71d1b6215c630fb611811dde78cd3a;p=irker.git Comment typo fix. --- 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