summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-05 22:48:48 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-05 22:48:48 +0000
commit4c25b29e55fb0571e7d75dd4c2da1a998d00a680 (patch)
tree99919dee3dd817d718293ce90dc2c26d2ab32a92 /ChangeLog
parentd32dbee4e65b12e260a3e1c0122d9465bc199149 (diff)
downloadruby-4c25b29e55fb0571e7d75dd4c2da1a998d00a680.tar.gz
ruby-4c25b29e55fb0571e7d75dd4c2da1a998d00a680.tar.xz
ruby-4c25b29e55fb0571e7d75dd4c2da1a998d00a680.zip
fix typos
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c6648a24..ed53087b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Thu Nov 5 12:27:07 2009 NARUSE, Yui <naruse@ruby-lang.org>
Thu Nov 5 07:47:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * parse.y (BEGIN): now local_push are local_pop are necessary in
+ * parse.y (BEGIN): now local_push and local_pop are necessary in
ripper.
Wed Nov 4 21:39:10 2009 NARUSE, Yui <naruse@ruby-lang.org>
@@ -49,7 +49,7 @@ Wed Nov 4 08:19:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* cont.c (rb_fiber_start): fixed unconditional test.
-Wed Nov 4 02:08:14 2009 Aaron Patterson <tenderlove@ruby-lang.org>
+Wed Nov 4 02:08:14 2009 Aaron Patterson <tenderlove@ruby-lang.org>
* ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>
should not raise an exception when compared to a different object.
@@ -79,7 +79,7 @@ Mon Nov 2 14:52:53 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Nov 2 14:43:48 2009 NAKAMURA Usaku <usa@ruby-lang.org>
- * thread_pthread.c (native_stop_timer_thread): delay joinning timer
+ * thread_pthread.c (native_stop_timer_thread): delay joining timer
thread after unlocking mutex.
Mon Nov 2 13:31:14 2009 NAKAMURA Usaku <usa@ruby-lang.org>
@@ -95,7 +95,7 @@ Mon Nov 2 12:55:50 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* thread_{pthread,win32}.c (native_reset_timer_thread): new function.
* thread.c (rb_thread_stop_timer_thread, rb_thread_reset_timer_thread):
- call above function instead of simply seting 0.
+ call above function instead of simply setting 0.
Mon Nov 2 11:22:19 2009 NARUSE, Yui <naruse@ruby-lang.org>