mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] typos in documentation & messages
This commit is contained in:
parent
4573417b6c
commit
f175574f37
19 changed files with 29 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue