ruby-changes:15509
From: nobu <ko1@a...>
Date: Tue, 20 Apr 2010 09:29:36 +0900 (JST)
Subject: [ruby-changes:15509] Ruby:r27411 (trunk): * tool/compile_prelude.rb: typo.
nobu 2010-04-20 09:29:26 +0900 (Tue, 20 Apr 2010) New Revision: 27411 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27411 Log: * tool/compile_prelude.rb: typo. Modified files: trunk/tool/compile_prelude.rb Index: tool/compile_prelude.rb =================================================================== --- tool/compile_prelude.rb (revision 27410) +++ tool/compile_prelude.rb (revision 27411) @@ -79,7 +79,7 @@ /* -*-c-*- THIS FILE WAS AUTOGENERATED BY tool/compile_prelude.rb. DO NOT EDIT. - soruces: <%= @preludes.map {|n,*| prelude_base(n)}.join(', ') %> + sources: <%= @preludes.map {|n,*| prelude_base(n)}.join(', ') %> */ #include "ruby/ruby.h" #include "vm_core.h" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/