Skip to content

Commit 4c2db7b

Browse files
committed
Fixed a typo in a comment.
1 parent 26f63f6 commit 4c2db7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ronin/recon/worker_pool.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def enqueue_mesg(mesg)
116116
# Runs the worker.
117117
#
118118
def run
119-
# HACK: for some reason `until (mesg = ...) == Message::SHUTDOWn)`
119+
# HACK: for some reason `until (mesg = ...) == Message::SHUTDOWN)`
120120
# causes `Message::SHUTDOWN` objects to slip by. Changing it to a
121121
# `loop do` fixes this for some reason.
122122
loop do

0 commit comments

Comments
 (0)