Skip to content

Commit

Permalink
correcting typo
Browse files Browse the repository at this point in the history
fixes issue #17
  • Loading branch information
aberant committed Mar 14, 2024
1 parent f78d05f commit 667c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/osc-ruby/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def dispatch_message(message)
else # spawn a thread to wait until it's time
Thread.fork do
sleep(diff)
sendmesg(mesg)
sendmesg(message)
Thread.exit
end
end
Expand Down

0 comments on commit 667c5da

Please sign in to comment.