aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_enumerator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_enumerator.rb')
-rw-r--r--test/ruby/test_enumerator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_enumerator.rb b/test/ruby/test_enumerator.rb
index 0ee33ca6f1..10ba2f184e 100644
--- a/test/ruby/test_enumerator.rb
+++ b/test/ruby/test_enumerator.rb
@@ -43,7 +43,7 @@ class TestEnumerator < Test::Unit::TestCase
}
end
- def test_nested_itaration
+ def test_nested_iteration
def (o = Object.new).each
yield :ok1
yield [:ok2, :x].each.next