Typo on multi-tk.rb

Hi

I’ve found the following typo on multi-tk.rb:

— multi-tk.rb.orig 2003-12-30 16:39:00.000000000 -0200
+++ multi-tk.rb 2003-12-30 16:39:31.000000000 -0200
@@ -17,7 +17,7 @@

···

################################################

exceptiopn to treat the return value from IP

class MultiTkIp_OK < Exception

  • def self.send(thred, ret=nil)
  • def self.send(thread, ret=nil)
    thread.raise self.new(ret)
    end

$ ruby -v
ruby 1.8.1 (2003-12-25) [i686-linux]

Regards,
Andre