* lib/irb/notifier.rb: Fix typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-11-27 09:05:57 +00:00
parent 9e733b9091
commit 0d72c6655c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Nov 27 18:04:57 2013 Akira Matsuda <ronnie@dio.jp>
* lib/irb/notifier.rb: Fix typo
Wed Nov 27 17:54:57 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_mark_stacked_objects): check only when check_mode > 0.

View File

@ -161,7 +161,7 @@ module IRB
@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