From 6fb9192482441ad6a3db04307f543b627ba0e28d Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 22 Feb 2015 08:16:00 +0000 Subject: [PATCH] fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 756abb9911..1b81e257e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Sun Feb 22 15:56:06 2015 Kazuki Tsujimoto * vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements - of orignal crefs. It fixes segmentation fault when calling + of original crefs. It fixes segmentation fault when calling refined method in duplicate module. [ruby-dev:48878] [Bug #10885] * vm_core.h, class.c: change accordingly.