Merge "Fix some typos in the files"

This commit is contained in:
Jenkins 2016-08-19 18:46:06 +00:00 committed by Gerrit Code Review
commit 6e3a8ad6e3

View File

@ -24,7 +24,7 @@ show_diff () {
if ! git diff --exit-code || ! git diff --cached --exit-code
then
echo "There are uncommited changes!"
echo "There are uncommitted changes!"
echo "Please clean git working directory and try again"
exit 1
fi