From 7ded8fd29a9dc5c481cadff7e94079009bce9e6c Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 8 May 2020 01:22:38 +0900 Subject: Fix a typo [ci skip] --- test/ruby/test_optimization.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_optimization.rb b/test/ruby/test_optimization.rb index b42314b765..e6163c06e2 100644 --- a/test/ruby/test_optimization.rb +++ b/test/ruby/test_optimization.rb @@ -705,7 +705,7 @@ class TestRubyOptimization < Test::Unit::TestCase def foo &b end h1 = {}; h2 = {} - ObjectSpace.count_objects(h1) # reharsal + ObjectSpace.count_objects(h1) # rehearsal ObjectSpace.count_objects(h1) foo{} ObjectSpace.count_objects(h2) -- cgit v1.2.3