[fix] typos in documentation & messages

This commit is contained in:
ToxyFlog1627 2023-08-11 14:01:54 +00:00 committed by Markus Heiser
parent 4573417b6c
commit f175574f37
19 changed files with 29 additions and 29 deletions

View file

@ -82,9 +82,9 @@ static.build.commit() {
build_msg STATIC "build & commit /static files"
# check for not commited files
# check for not committed files
if [ -n "$(git diff --name-only)" ]; then
err_msg "some files are not commited:"
err_msg "some files are not committed:"
git diff --name-only | prefix_stdout " "
return 1
fi