diff options
| author | Kazuhiro Sera <[email protected]> | 2018-08-11 00:28:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-25 09:19:17 +0900 |
| commit | 2b2ff844a17f07a80a6b8f22d8963ea050f82344 (patch) | |
| tree | 7086cf708cf6081fe09b60a941be41bf9f1cac1e /include/mruby.h | |
| parent | b083c1351f98206aa048d0dea83b83304a1adcc4 (diff) | |
| download | mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.tar.gz mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.zip | |
Fix misspelling words in comments
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby.h b/include/mruby.h index 12ddb95b3..542d7491f 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -783,7 +783,7 @@ MRB_API struct RClass * mrb_define_module_under(mrb_state *mrb, struct RClass *o #define MRB_ARGS_REQ(n) ((mrb_aspec)((n)&0x1f) << 18) /** - * Funtion takes n optional arguments + * Function takes n optional arguments * * @param n * The number of optional arguments. @@ -791,7 +791,7 @@ MRB_API struct RClass * mrb_define_module_under(mrb_state *mrb, struct RClass *o #define MRB_ARGS_OPT(n) ((mrb_aspec)((n)&0x1f) << 13) /** - * Funtion takes n1 mandatory arguments and n2 optional arguments + * Function takes n1 mandatory arguments and n2 optional arguments * * @param n1 * The number of required arguments. |
