aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/bisect.sh2
-rwxr-xr-xtool/update-deps2
2 files changed, 2 insertions, 2 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
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