1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

compile.c (ibf_dump_object_unsupported): fix spelling error

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2015-12-09 01:34:01 +00:00
parent dff42b0ea0
commit a422462a18

View file

@ -7548,7 +7548,7 @@ static void
ibf_dump_object_unsupported(struct ibf_dump *dump, VALUE obj)
{
rb_obj_info_dump(obj);
rb_bug("ibf_dump_object_unsupported: unsupporetd");
rb_bug("ibf_dump_object_unsupported: unsupported");
}
static VALUE