diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-05 16:53:23 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-05 16:53:23 +0000 |
| commit | 663c9f9463383277cc6b6142298efbf91abaf1c2 (patch) | |
| tree | 1cd7b63d799c8c8e2d34408ea7c2f45417eb05f0 | |
| parent | 5dcdc27f22c898d81c0f3ab915c5772c75afee42 (diff) | |
| download | ruby-663c9f9463383277cc6b6142298efbf91abaf1c2.tar.gz ruby-663c9f9463383277cc6b6142298efbf91abaf1c2.tar.xz ruby-663c9f9463383277cc6b6142298efbf91abaf1c2.zip | |
typo fixed
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | hash.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ Tue Feb 5 11:14:11 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> $NONINSTALLFILES. * 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> @@ -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> * 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]. Sat Feb 2 17:40:21 2008 NARUSE, Yui <naruse@ruby-lang.org> @@ -1670,7 +1670,7 @@ rb_hash_rassoc(VALUE hash, VALUE obj) static VALUE rb_hash_flatten(int argc, VALUE *argv, VALUE hash) { - VALUE ary; + VALUE ary, tmp; ary = rb_hash_to_a(hash); if (argc == 0) { |
