Amend typos and grammar errors

This commit is contained in:
Jason
2019-11-25 20:03:25 +09:00
committed by Johannes Altmanninger
parent 7d5b44e828
commit 3cf6ebc0e1
64 changed files with 75 additions and 75 deletions

View File

@@ -23,7 +23,7 @@ if test $all = yes
set files (git status --porcelain --short --untracked-files=all | sed -e 's/^ *[^ ]* *//')
if set -q files[1]
echo
echo You have uncommited changes. Cowardly refusing to restyle the entire code base.
echo You have uncommitted changes. Cowardly refusing to restyle the entire code base.
echo
exit 1
end