From bff930ccf476e1a7e01720e2fd4f6c09d226a56f Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 17 Oct 2012 13:36:45 +0000 Subject: [PATCH] * ChangeLog: fix a typo of r37243. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6937a95052..53144e35c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,7 +30,7 @@ Wed Oct 17 16:03:54 2012 Koichi Sasada if it can be cached. * vm_core.h (rb_call_info_t): add new field - `rb_call_info_t::aux::missing_reasion' to pass the reason to + `rb_call_info_t::aux::missing_reason' to pass the reason to `vm_call_method_missing()'. Wed Oct 17 15:33:12 2012 Nobuyoshi Nakada