summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com>2023-08-11 14:01:54 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-08-13 08:50:29 +0200
commitf175574f3731c99d82758952e37f52037476aa5f (patch)
tree2a20016a2a74fe48fa2cb639469d23ff1f60ef7b /utils
parent4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff)
[fix] typos in documentation & messages
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lib_sxng_static.sh4
-rwxr-xr-xutils/searx.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/lib_sxng_static.sh b/utils/lib_sxng_static.sh
index 1d76bfe7..de34ea62 100755
--- a/utils/lib_sxng_static.sh
+++ b/utils/lib_sxng_static.sh
@@ -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
diff --git a/utils/searx.sh b/utils/searx.sh
index 5473c11c..719cd203 100755
--- a/utils/searx.sh
+++ b/utils/searx.sh
@@ -67,7 +67,7 @@ installations that were installed with this script."
remove_settings
wait_key
if service_is_available "${PUBLIC_URL}"; then
- MSG="** Don't forgett to remove your public site! (${PUBLIC_URL}) **" wait_key 10
+ MSG="** Don't forget to remove your public site! (${PUBLIC_URL}) **" wait_key 10
fi
}