From 6c1cc2c23e2039573ccdbe7cf9933fc3fe551eda Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Wed, 16 Nov 2016 10:28:28 +0000 Subject: [PATCH] Fix typo in cover.sh TrivalFix Change-Id: Iea9742a023a9b9af726352a930309efe54111615 --- cover.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cover.sh b/cover.sh index 153179e5c0..01078a3c6b 100755 --- a/cover.sh +++ b/cover.sh @@ -21,7 +21,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