aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 01:34:01 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 01:34:01 +0000
commita422462a18b775382d9bd265c7e83219ff1d6f04 (patch)
treead372d0b27cd9be428104d42c1177c90bb76a3ea /compile.c
parentdff42b0ea0e6ef368ebbe0a666ff9be8d708c6df (diff)
downloadruby-a422462a18b775382d9bd265c7e83219ff1d6f04.tar.gz
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
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 6dcaf0814c..d3a9b37b3a 100644
--- a/compile.c
+++ b/compile.c
@@ -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