ruby-changes:30613
From: eregon <ko1@a...>
Date: Mon, 26 Aug 2013 18:00:01 +0900 (JST)
Subject: [ruby-changes:30613] eregon:r42692 (trunk): fix typo of r42691
eregon 2013-08-26 17:59:55 +0900 (Mon, 26 Aug 2013) New Revision: 42692 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42692 Log: fix typo of r42691 Modified files: trunk/parse.y Index: parse.y =================================================================== --- parse.y (revision 42691) +++ parse.y (revision 42692) @@ -5621,7 +5621,7 @@ parser_nextc(struct parser_params *parse https://github.com/ruby/ruby/blob/trunk/parse.y#L5621 } else if (ruby_sourceline > parser->last_cr_line) { parser->last_cr_line = ruby_sourceline; - rb_compile_warn(ruby_sourcefile, ruby_sourceline, "encountered \\r in mddile of line, treat as a mere space"); + rb_compile_warn(ruby_sourcefile, ruby_sourceline, "encountered \\r in middle of line, treated as a mere space"); } } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/