From c97064c79d585e1fa118056895b5633c1e61e028 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 20 Apr 2015 03:45:35 +0000 Subject: * 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/bm_so_meteor_contest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/bm_so_meteor_contest.rb b/benchmark/bm_so_meteor_contest.rb index b8e93bd150..17e9c046a8 100644 --- a/benchmark/bm_so_meteor_contest.rb +++ b/benchmark/bm_so_meteor_contest.rb @@ -467,7 +467,7 @@ def find_top( rotation_skip) 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 -- cgit v1.2.3