summaryrefslogtreecommitdiff
path: root/tool/bisect.sh
diff options
context:
space:
mode:
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