From 4d5e3e1e634c21452d8f1eef895b5e11ab809b56 Mon Sep 17 00:00:00 2001 From: Daniel Varga Date: Tue, 25 Sep 2018 02:14:01 +0200 Subject: Fix minor typos (#4126) --- include/mruby.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mruby.h') diff --git a/include/mruby.h b/include/mruby.h index 2d30d3d27..8eff31746 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -385,7 +385,7 @@ MRB_API void mrb_define_class_method(mrb_state *, struct RClass *, const char *, MRB_API void mrb_define_singleton_method(mrb_state*, struct RObject*, const char*, mrb_func_t, mrb_aspec); /** - * Defines a module fuction. + * Defines a module function. * * Example: * @@ -530,7 +530,7 @@ MRB_API void mrb_undef_method_id(mrb_state*, struct RClass*, mrb_sym); MRB_API void mrb_undef_class_method(mrb_state*, struct RClass*, const char*); /** - * Initialize a new object instace of c class. + * Initialize a new object instance of c class. * * Example: * -- cgit v1.2.3