commit afd6392d0c0dbdbf3228cffa1fcbc7cac568a06f
parent 29985bd2d93a9bdc3a28209363a11739f78266e6
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Sat, 10 Aug 2013 00:57:22 +0200
typo in poll.rb debug message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/poll.rb b/lib/sup/poll.rb
@@ -171,7 +171,7 @@ EOS
## labels and locations set correctly. The Messages are saved to or removed
## from the index after being yielded.
def poll_from source, opts={}
- debug "trying to acquiring poll lock for: #{source}.."
+ debug "trying to acquire poll lock for: #{source}.."
if source.poll_lock.try_lock
debug "lock acquired for: #{source}."
begin