From b9e0294edaceecb177401902f3809a45af666d7e Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 3 Nov 2009 17:46:28 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enumerator.c') diff --git a/enumerator.c b/enumerator.c index 0340338b50..e341c07d75 100644 --- a/enumerator.c +++ b/enumerator.c @@ -516,7 +516,7 @@ enumerator_with_index(int argc, VALUE *argv, VALUE obj) * e.each_with_index {|(*args), idx| ... } * e.each_with_index * - * Same as Enumeartor#with_index, except each_with_index does not + * Same as Enumerator#with_index, except each_with_index does not * receive an offset argument. * */ -- cgit v1.2.3