From a44e41e8316820b51e183939d64b15ef68b321b2 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 22 Dec 2012 05:00:00 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c900075b5..59a8011401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,7 +34,7 @@ Sat Dec 22 02:35:00 2012 Zachary Scott Sat Dec 22 02:29:00 2012 Zachary Scott * lib/irb/input-method.rb, lib/irb.rb: Typo in - InputMethod#readable_atfer_eof? to #readable_after_eof? + InputMethod#readable_after_eof? to #readable_after_eof? [ruby-core:51069] [Bug #7599] Sat Dec 22 02:19:38 2012 KOSAKI Motohiro