summaryrefslogtreecommitdiffstats
path: root/enum.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
commit73dbaa25f9beccaf2dda8e5e619746359ec4c454 (patch)
treebd8a6fb7fd47d3362a8afa67a51c55ee7a394cb6 /enum.c
parentd14158a7543671d24819dd39fa1ded0e8ce08d89 (diff)
downloadruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.tar.gz
ruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.tar.xz
ruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.zip
* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,
process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enum.c b/enum.c
index 6f69c7973..3ef697ccc 100644
--- a/enum.c
+++ b/enum.c
@@ -864,7 +864,7 @@ zip_i(val, memo)
* <i>enum</i> with corresponding elements from each argument. This
* generates a sequence of <code>enum#size</code> <em>n</em>-element
* arrays, where <em>n</em> is one more that the count of arguments. If
- * the size of any arguemnt is less than <code>enum#size</code>,
+ * the size of any argument is less than <code>enum#size</code>,
* <code>nil</code> values are supplied. If a block given, it is
* invoked for each output array, otherwise an array of arrays is
* returned.