From 0d0f3545f8f2bdf87f7c4256113e801a18b4a541 Mon Sep 17 00:00:00 2001 From: Carson McDonald Date: Sat, 9 Nov 2013 07:40:51 -0500 Subject: Change supress to suppress --- src/numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/numeric.c') diff --git a/src/numeric.c b/src/numeric.c index ccb67bcc3..4a22c23c7 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -1071,7 +1071,7 @@ mrb_flo_to_fixnum(mrb_state *mrb, mrb_value x) if (mrb_float_p(x)) { mrb_raise(mrb, E_TYPE_ERROR, "non float value"); - z = 0; /* not reached. just supress warnings. */ + z = 0; /* not reached. just suppress warnings. */ } else { mrb_float d = mrb_float(x); -- cgit v1.2.3