docs: fixed typos (#1131)

This commit is contained in:
freddii
2021-02-08 13:18:25 +01:00
committed by GitHub
parent b642929790
commit b60eaa5b09
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ echo -e $INFO "Checking index"
if [[ -n $(git diff HEAD) ]]
then
echo -e $ABORT "You have uncommited changes."
echo -e $ABORT "You have uncommitted changes."
exit 1
fi