aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-28 03:34:12 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-28 03:34:12 +0000
commit7c7a3c4d96de3b28fc7987750f7f681dab22f073 (patch)
tree167d84db65ca76303e636122a13b66ab09f8b51a
parentd00b1a76874bafd9d27b6da0ba599e8fcb238c8d (diff)
downloadruby-7c7a3c4d96de3b28fc7987750f7f681dab22f073.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files 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 <ko1@atdot.net>
`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 <ko1@atdot.net>
Tue Dec 25 21:08:53 2012 Keiju Ishitsuka <keiju@ishitsuka.com>
* 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 <keiju@ishitsuka.com>