Comment typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 23:06:06 +0000 (19:06 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 23:06:06 +0000 (19:06 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 04b3ef6a9185415a0e70bb0045e39b8a73a2caa2..d7d5aba38e975305615c855e0f00015162192090 100755 (executable)
--- 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