aboutsummaryrefslogtreecommitdiffstats
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
commit9cfcc3c9c92b6908e639cfdae32fe1748ba71d36 (patch)
tree99919dee3dd817d718293ce90dc2c26d2ab32a92
parent02a15031b14ec56d0776b14c8e4351d09b3b2671 (diff)
downloadruby-9cfcc3c9c92b6908e639cfdae32fe1748ba71d36.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c6648a241..ed53087b67 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>