Commit 0d0f3545 authored by Carson McDonald's avatar Carson McDonald

Change supress to suppress

parent ec0a94da
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment