Fix spelling

This commit is contained in:
John Bampton
2023-10-04 01:09:15 +10:00
parent 83d12f8d52
commit 24ac7a547a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2423,7 +2423,7 @@ mrb_str_len_to_integer(mrb_state *mrb, const char *str, size_t len, mrb_int base
return mrb_fixnum_value(0);
}
/* obslete: use RSTRING_CSTR() or mrb_string_cstr() */
/* obsolete: use RSTRING_CSTR() or mrb_string_cstr() */
MRB_API const char*
mrb_string_value_cstr(mrb_state *mrb, mrb_value *ptr)
{