#338: Typo in rb_source_on_cancellation in gcd.c
----------------------------------------+-----------------------------------
 Reporter:  ernest.prabha...@…          |       Owner:  lsansone...@…        
     Type:  defect                      |      Status:  new                  
 Priority:  trivial                     |   Milestone:  MacRuby 0.5          
Component:  MacRuby                     |    Keywords:                       
----------------------------------------+-----------------------------------
 In static VALUE rb_source_on_cancellation(VALUE self, SEL sel)

         rb_raise(rb_eArgError, "on_event() requires a block argument");

 should presumably be:

         rb_raise(rb_eArgError, "on_cancellation() requires a block
 argument");

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/338>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to