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 --- tool/bisect.sh | 2 +- tool/update-deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tool') diff --git a/tool/bisect.sh b/tool/bisect.sh index fb22bf429b..d47bd988b4 100755 --- a/tool/bisect.sh +++ b/tool/bisect.sh @@ -36,7 +36,7 @@ case $1 in echo foo bar ;; * ) - echo unkown command "'$cmd'" + echo unknown command "'$cmd'" ;; esac exit 0 diff --git a/tool/update-deps b/tool/update-deps index 2e7a7e7cc5..308c4b3c74 100755 --- a/tool/update-deps +++ b/tool/update-deps @@ -571,7 +571,7 @@ def main_actual_fix(problems) end else if pre_dep_post - puts "no addtional lines: #{makefile}" + puts "no additional lines: #{makefile}" elsif content puts "no dependencies section: #{makefile}" else -- cgit v1.2.3