aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 10:34:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 10:34:57 +0000
commit31876e7c1c28bec40b8b1e0259fc70733303555c (patch)
tree0601d84d4c80d085e1af09798887bf5fbf62117a /ChangeLog
parentbceb547077c545c103e6329bac879b1fed3ce9d7 (diff)
downloadruby-31876e7c1c28bec40b8b1e0259fc70733303555c.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dfccc8f464..15e66043dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,9 +28,9 @@ Thu May 15 18:42:49 2014 Koichi Sasada <ko1@atdot.net>
Thu May 15 17:32:51 2014 Hiroshi Shirosaki <h.shirosaki@gmail.com>
* 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@atdot.net>