fix mrb_notimplement typo

This commit is contained in:
Robert Mosolgo
2014-11-17 12:13:19 -08:00
parent 9980bc20bb
commit 8dc4d9d973
+1 -1
View File
@@ -373,7 +373,7 @@ mrb_notimplement(mrb_state *mrb, mrb_value self)
if (ci->mid) {
str = mrb_sym2name_len(mrb, ci->mid, &len);
mrb_raisef(mrb, E_NOTIMP_ERROR,
"%S() function is unimplemented on this machine not implemented",
"%S() function is unimplemented on this machine",
mrb_str_new_static(mrb, str, (size_t)len));
}
return mrb_nil_value();