ruby-changes:38269
From: hsbt <ko1@a...>
Date: Mon, 20 Apr 2015 12:45:48 +0900 (JST)
Subject: [ruby-changes:38269] hsbt:r50350 (trunk): * benchmark/bm_so_meteor_contest.rb: fix a typo.
hsbt 2015-04-20 12:45:35 +0900 (Mon, 20 Apr 2015) New Revision: 50350 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50350 Log: * benchmark/bm_so_meteor_contest.rb: fix a typo. [fix GH-876][ci skip] Patch by @davydovanton * tool/bisect.sh: ditto. * tool/update-deps: ditto. Modified files: trunk/ChangeLog trunk/benchmark/bm_so_meteor_contest.rb trunk/tool/bisect.sh trunk/tool/update-deps Index: ChangeLog =================================================================== --- ChangeLog (revision 50349) +++ ChangeLog (revision 50350) @@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Apr 20 12:42:40 2015 SHIBATA Hiroshi <hsbt@r...> + + * benchmark/bm_so_meteor_contest.rb: fix a typo. + [fix GH-876][ci skip] Patch by @davydovanton + * tool/bisect.sh: ditto. + * tool/update-deps: ditto. + Mon Apr 20 11:10:46 2015 Eric Wong <e@8...> * ext/socket/socket.c (sock_connect_nonblock): do not raise EISCONN Index: benchmark/bm_so_meteor_contest.rb =================================================================== --- benchmark/bm_so_meteor_contest.rb (revision 50349) +++ benchmark/bm_so_meteor_contest.rb (revision 50350) @@ -467,7 +467,7 @@ def find_top( rotation_skip) https://github.com/ruby/ruby/blob/trunk/benchmark/bm_so_meteor_contest.rb#L467 end # the normail find routine, iterates through the available pieces, checks all rotations at the current location -# and adds any boards found. depth is acheived via recursion. the overall approach is described +# and adds any boards found. depth is achieved via recursion. the overall approach is described # here: http://www-128.ibm.com/developerworks/java/library/j-javaopt/ # parameters: # start_location -- where to start looking for place for the next piece at Index: tool/update-deps =================================================================== --- tool/update-deps (revision 50349) +++ tool/update-deps (revision 50350) @@ -571,7 +571,7 @@ def main_actual_fix(problems) https://github.com/ruby/ruby/blob/trunk/tool/update-deps#L571 end else if pre_dep_post - puts "no addtional lines: #{makefile}" + puts "no additional lines: #{makefile}" elsif content puts "no dependencies section: #{makefile}" else Index: tool/bisect.sh =================================================================== --- tool/bisect.sh (revision 50349) +++ tool/bisect.sh (revision 50350) @@ -36,7 +36,7 @@ case $1 in https://github.com/ruby/ruby/blob/trunk/tool/bisect.sh#L36 echo foo bar ;; * ) - echo unkown command "'$cmd'" + echo unknown command "'$cmd'" ;; esac exit 0 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/