ruby-changes:31801
From: a_matsuda <ko1@a...>
Date: Wed, 27 Nov 2013 18:06:06 +0900 (JST)
Subject: [ruby-changes:31801] a_matsuda:r43880 (trunk): * lib/irb/notifier.rb: Fix typo
a_matsuda 2013-11-27 18:05:57 +0900 (Wed, 27 Nov 2013) New Revision: 43880 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43880 Log: * lib/irb/notifier.rb: Fix typo Modified files: trunk/ChangeLog trunk/lib/irb/notifier.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 43879) +++ ChangeLog (revision 43880) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Nov 27 18:04:57 2013 Akira Matsuda <ronnie@d...> + + * lib/irb/notifier.rb: Fix typo + Wed Nov 27 17:54:57 2013 Koichi Sasada <ko1@a...> * gc.c (gc_mark_stacked_objects): check only when check_mode > 0. Index: lib/irb/notifier.rb =================================================================== --- lib/irb/notifier.rb (revision 43879) +++ lib/irb/notifier.rb (revision 43880) @@ -161,7 +161,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/notifier.rb#L161 @level_notifier = value when Integer l = @notifiers[value] - Notifier.Raise ErrUndefinedNotifer, value unless l + Notifier.Raise ErrUndefinedNotifier, value unless l @level_notifier = l else Notifier.Raise ErrUnrecognizedLevel, value unless l -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/