Fix some typos in the files

Change-Id: Ie1dc2862c2539dcab46ba5c350c6df16e993cabb
This commit is contained in:
zhangyanxian 2016-08-19 09:19:25 +00:00
parent 5f9a047dd5
commit 27827073c0

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