mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
typo fixed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
acc1a53744
commit
8c1887e3a4
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ Tue Feb 5 11:14:11 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
$NONINSTALLFILES.
|
$NONINSTALLFILES.
|
||||||
|
|
||||||
* lib/mkmf.rb (init_mkmf): defaults $NONINSTALLFILES to backup and
|
* lib/mkmf.rb (init_mkmf): defaults $NONINSTALLFILES to backup and
|
||||||
temporary filse.
|
temporary files.
|
||||||
|
|
||||||
Mon Feb 4 21:52:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Feb 4 21:52:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ Sun Feb 3 21:13:13 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
Sat Feb 2 20:06:42 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Sat Feb 2 20:06:42 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
|
* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
|
||||||
a bit faster. a patch from Alexander Dymo <dymo@ukrpost.ua> in
|
a bit faster. a patch from Alexander Dymo <dymo AT ukrpost.ua> in
|
||||||
[ruby-core:15337].
|
[ruby-core:15337].
|
||||||
|
|
||||||
Sat Feb 2 17:40:21 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
Sat Feb 2 17:40:21 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
2
hash.c
2
hash.c
|
@ -1670,7 +1670,7 @@ rb_hash_rassoc(VALUE hash, VALUE obj)
|
||||||
static VALUE
|
static VALUE
|
||||||
rb_hash_flatten(int argc, VALUE *argv, VALUE hash)
|
rb_hash_flatten(int argc, VALUE *argv, VALUE hash)
|
||||||
{
|
{
|
||||||
VALUE ary;
|
VALUE ary, tmp;
|
||||||
|
|
||||||
ary = rb_hash_to_a(hash);
|
ary = rb_hash_to_a(hash);
|
||||||
if (argc == 0) {
|
if (argc == 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue