From c043dc631e9734ea8d55ee579a52a878e540f44d Mon Sep 17 00:00:00 2001 From: Herwin Weststrate Date: Thu, 17 Nov 2016 11:05:27 +0100 Subject: Typo fix: poped => popped --- include/mruby/array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mruby/array.h b/include/mruby/array.h index 8f9d5d502..4d767eecb 100644 --- a/include/mruby/array.h +++ b/include/mruby/array.h @@ -84,8 +84,8 @@ MRB_API void mrb_ary_push(mrb_state *mrb, mrb_value array, mrb_value value); * ary.pop * * @param mrb The mruby state reference. - * @param ary The array from which the value will be poped. - * @return The poped value. + * @param ary The array from which the value will be popped. + * @return The popped value. */ MRB_API mrb_value mrb_ary_pop(mrb_state *mrb, mrb_value ary); -- cgit v1.2.3