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