[前][次][番号順一覧][スレッド一覧]

ruby-changes:40910

From: normal <ko1@a...>
Date: Wed, 9 Dec 2015 10:34:16 +0900 (JST)
Subject: [ruby-changes:40910] normal:r52989 (trunk): compile.c (ibf_dump_object_unsupported): fix spelling error

normal	2015-12-09 10:34:01 +0900 (Wed, 09 Dec 2015)

  New Revision: 52989

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52989

  Log:
    compile.c (ibf_dump_object_unsupported): fix spelling error

  Modified files:
    trunk/compile.c
Index: compile.c
===================================================================
--- compile.c	(revision 52988)
+++ compile.c	(revision 52989)
@@ -7548,7 +7548,7 @@ static void https://github.com/ruby/ruby/blob/trunk/compile.c#L7548
 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]