[前][次][番号順一覧][スレッド一覧]

ruby-changes:26590

From: kazu <ko1@a...>
Date: Fri, 28 Dec 2012 12:34:24 +0900 (JST)
Subject: [ruby-changes:26590] kazu:r38641 (trunk): fix typos

kazu	2012-12-28 12:34:12 +0900 (Fri, 28 Dec 2012)

  New Revision: 38641

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38641

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38640)
+++ ChangeLog	(revision 38641)
@@ -124,7 +124,7 @@ Tue Dec 25 22:06:33 2012  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L124
 	  `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 https://github.com/ruby/ruby/blob/trunk/ChangeLog#L133
 Tue Dec 25 21:08:53 2012  Keiju Ishitsuka  <keiju@i...>
 
 	* 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@i...>
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]