summaryrefslogtreecommitdiff
path: root/utils/lib.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-09-27 17:01:00 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2022-09-27 18:32:14 +0200
commitba8959ad7c18ce4165d29b7a472d845bd96f4735 (patch)
tree70da2e25a94588348fd5e66890a4a9fceb9e1ff2 /utils/lib.sh
parent94c4cc126b16d4cd1653c410df63af4bc0a4e998 (diff)
downloadsearxng-ba8959ad7c18ce4165d29b7a472d845bd96f4735.tar.gz
searxng-ba8959ad7c18ce4165d29b7a472d845bd96f4735.zip
[fix] typos / reported by @kianmeng in searx PR-3366
[PR-3366] https://github.com/searx/searx/pull/3366 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib.sh')
-rwxr-xr-xutils/lib.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/lib.sh b/utils/lib.sh
index 32db47524..a4e9e8528 100755
--- a/utils/lib.sh
+++ b/utils/lib.sh
@@ -1011,8 +1011,8 @@ nginx_install_app() {
nginx_include_apps_enabled() {
- # Add the *NGINX_APPS_ENABLED* infrastruture to a nginx server block. Such
- # infrastruture is already known from fedora and centos, including apps (location
+ # Add the *NGINX_APPS_ENABLED* infrastructure to a nginx server block. Such
+ # infrastructure is already known from fedora and centos, including apps (location
# directives) from the /etc/nginx/default.d folder into the *default* nginx
# server.
@@ -1487,7 +1487,7 @@ _apt_pkg_info_is_updated=0
pkg_install() {
- # usage: TITEL='install foobar' pkg_install foopkg barpkg
+ # usage: TITLE='install foobar' pkg_install foopkg barpkg
rst_title "${TITLE:-installation of packages}" section
echo -e "\npackage(s)::\n"
@@ -1523,7 +1523,7 @@ pkg_install() {
pkg_remove() {
- # usage: TITEL='remove foobar' pkg_remove foopkg barpkg
+ # usage: TITLE='remove foobar' pkg_remove foopkg barpkg
rst_title "${TITLE:-remove packages}" section
echo -e "\npackage(s)::\n"
@@ -1662,7 +1662,7 @@ lxc_init_container_env() {
# usage: lxc_init_container_env <name>
# Create a /.lxcenv file in the root folder. Call this once after the
- # container is inital started and before installing any boilerplate stuff.
+ # container is initial started and before installing any boilerplate stuff.
info_msg "create /.lxcenv in container $1"
cat <<EOF | lxc exec "${1}" -- bash | prefix_stdout "[${_BBlue}${1}${_creset}] "