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:
parent
dff42b0ea0
commit
a422462a18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue