From 7c7a3c4d96de3b28fc7987750f7f681dab22f073 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 28 Dec 2012 03:34:12 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed328df4e4..a7182db1b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -124,7 +124,7 @@ Tue Dec 25 22:06:33 2012 Koichi Sasada `rb_threadptr_exec_event_hooks_and_pop_frame()'. * vm.c (vm_exec): use EXEC_EVENT_HOOK_AND_POP_FRAME() while - exception handling. While exception hadnling, if an exception + exception handling. While exception handling, if an exception is raised in hooks, need to pop current frame and raise this raised exception by hook. @@ -133,7 +133,7 @@ Tue Dec 25 22:06:33 2012 Koichi Sasada Tue Dec 25 21:08:53 2012 Keiju Ishitsuka * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb: - raise exception when illegal RC_NAME_GENARATOR defined [Bug #6455]. + raise exception when illegal RC_NAME_GENERATOR defined [Bug #6455]. Tue Dec 25 19:22:17 2012 Keiju Ishitsuka