summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-02-13 17:21:17 +1000
committerJohn Bampton <[email protected]>2021-02-13 17:21:17 +1000
commitbe40e9c783363b45a14ba70a18157385814e8b3e (patch)
tree1a3dd21c1c0f4a2898ae8f308e1cd516f4d9e717 /include
parent9a9c95986a2bb5d647f7a610c04987cd2b9397f4 (diff)
downloadmruby-be40e9c783363b45a14ba70a18157385814e8b3e.tar.gz
mruby-be40e9c783363b45a14ba70a18157385814e8b3e.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/mruby/array.h2
1 files changed, 1 insertions, 1 deletions
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.
*/