aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index f8effc9d61..a47a836ea0 100644
--- a/array.c
+++ b/array.c
@@ -1114,7 +1114,7 @@ ary_take_first_or_last(int argc, const VALUE *argv, VALUE ary, enum ary_take_pos
long offset = 0;
argc = rb_check_arity(argc, 0, 1);
- /* the case optional argument is ommited should be handled in
+ /* the case optional argument is omitted should be handled in
* callers of this function. if another arity case is added,
* this arity check needs to rewrite. */
RUBY_ASSERT_WHEN(TRUE, argc == 1);