From f7fc42a7af1c88dae8b2ab44eaeb7042fb8d3b11 Mon Sep 17 00:00:00 2001 From: nagachika Date: Fri, 22 Jun 2012 17:26:04 +0000 Subject: [PATCH] * ChangeLog: fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b4558c8d9..21a53e7fba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,7 +44,7 @@ Fri Jun 22 18:04:26 2012 Koichi Sasada * internal.h: remove unused decl. * iseq.c (rb_iseq_compile_with_option): add base_block parameter. - set th->base_block before compation and restore it after + set th->base_block before compilation and restore it after compilation. * ruby.c (require_libraries): pass 0 as base_block instead of