From be40e9c783363b45a14ba70a18157385814e8b3e Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 13 Feb 2021 17:21:17 +1000 Subject: chore: fix spelling Normally a single spell checker can't find all the mistakes or check all types of code. These mistakes were found by another spell checker inside my editor with a more manual sift / find. --- include/mruby/array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mruby/array.h b/include/mruby/array.h index 34b8cdcfa..16f78f773 100644 --- a/include/mruby/array.h +++ b/include/mruby/array.h @@ -107,7 +107,7 @@ MRB_API mrb_value mrb_ary_new(mrb_state *mrb); * Array[value1, value2, ...] * * @param mrb The mruby state reference. - * @param size The numer of values. + * @param size The number of values. * @param vals The actual values. * @return The initialized array. */ -- cgit v1.2.3