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

Fix a typo in the previous log entry.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2005-02-06 03:52:51 +00:00
parent dca2743a1c
commit 29df7681d0

View file

@ -3,7 +3,7 @@ Sun Feb 6 12:20:11 2005 Akinori MUSHA <knu@iDaemons.org>
* bignum.c (rb_big2ulong_pack): One too many arguments are passed
to big2ulong().
* re.c (_reg_init_copy, rb_reg_initialize_m): One too many
* re.c (rb_reg_init_copy, rb_reg_initialize_m): One too many
arguments are passed to rb_reg_initialize().
Sun Feb 6 03:24:20 2005 Tanaka Akira <akr@m17n.org>