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.
This commit is contained in:
John Bampton
2021-02-13 17:21:17 +10:00
parent 9a9c95986a
commit be40e9c783
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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.
*/