1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-02-09 07:27:19 +00:00
parent 810516ed20
commit 0b24985d49

View file

@ -34,11 +34,11 @@ Fri Feb 8 21:19:41 2013 Tanaka Akira <akr@fsij.org>
Fri Feb 8 19:56:54 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and
release manager finailly decided to revert it.
release manager finally decided to revert it.
Fri Feb 8 16:09:45 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_ensure): preserve errinfo accross ensure proc before
* eval.c (rb_ensure): preserve errinfo across ensure proc before
JUMP_TAG(). [ruby-core:52022] [Bug #7802]
Fri Feb 8 16:08:28 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>