Skip to content

Commit c97064c

Browse files
committed
* 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
1 parent 191c8d9 commit c97064c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Mon Apr 20 12:42:40 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2+
3+
* benchmark/bm_so_meteor_contest.rb: fix a typo.
4+
[fix GH-876][ci skip] Patch by @davydovanton
5+
* tool/bisect.sh: ditto.
6+
* tool/update-deps: ditto.
7+
18
Mon Apr 20 11:10:46 2015 Eric Wong <e@80x24.org>
29

310
* ext/socket/socket.c (sock_connect_nonblock): do not raise EISCONN

benchmark/bm_so_meteor_contest.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def find_top( rotation_skip)
467467
end
468468

469469
# the normail find routine, iterates through the available pieces, checks all rotations at the current location
470-
# and adds any boards found. depth is acheived via recursion. the overall approach is described
470+
# and adds any boards found. depth is achieved via recursion. the overall approach is described
471471
# here: http://www-128.ibm.com/developerworks/java/library/j-javaopt/
472472
# parameters:
473473
# start_location -- where to start looking for place for the next piece at

tool/bisect.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ case $1 in
3636
echo foo bar
3737
;;
3838
* )
39-
echo unkown command "'$cmd'"
39+
echo unknown command "'$cmd'"
4040
;;
4141
esac
4242
exit 0

tool/update-deps

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def main_actual_fix(problems)
571571
end
572572
else
573573
if pre_dep_post
574-
puts "no addtional lines: #{makefile}"
574+
puts "no additional lines: #{makefile}"
575575
elsif content
576576
puts "no dependencies section: #{makefile}"
577577
else

0 commit comments

Comments
 (0)