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

ruby-changes:33870

From: kazu <ko1@a...>
Date: Thu, 15 May 2014 19:35:11 +0900 (JST)
Subject: [ruby-changes:33870] kazu:r45951 (trunk): fix typos [ci skip]

kazu	2014-05-15 19:34:57 +0900 (Thu, 15 May 2014)

  New Revision: 45951

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 45950)
+++ ChangeLog	(revision 45951)
@@ -28,9 +28,9 @@ Thu May 15 18:42:49 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L28
 Thu May 15 17:32:51 2014  Hiroshi Shirosaki  <h.shirosaki@g...>
 
 	* thread_win32.c (rb_w32_stack_overflow_handler): use Structured
-	  Exception Handling by Addvectoredexceptionhandler() for machine
+	  Exception Handling by AddVectoredExceptionHandler() for machine
 	  stack overflow on mingw.
-	  This would be equivalent to the handling using __try and __exept
+	  This would be equivalent to the handling using __try and __except
 	  on mswin introduced by r43748.
 
 Wed May 14 19:31:03 2014  Koichi Sasada  <ko1@a...>

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

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