aboutsummaryrefslogtreecommitdiffstats
path: root/tool/bisect.sh
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 03:45:35 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-20 03:45:35 +0000
commitc97064c79d585e1fa118056895b5633c1e61e028 (patch)
tree40ca271f28d9a38e4e172450ca4ca0215d0f30f3 /tool/bisect.sh
parent191c8d9e139d7e66d9bb5fc74a4dec2a7acbc6b4 (diff)
downloadruby-c97064c79d585e1fa118056895b5633c1e61e028.tar.gz
* 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
Diffstat (limited to 'tool/bisect.sh')
-rwxr-xr-xtool/bisect.sh2
1 files changed, 1 insertions, 1 deletions
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