diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-28 16:29:03 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-28 16:29:03 +0200 |
commit | 666bf1d32b7ce53133025c5471746e494deeeade (patch) | |
tree | 37ab8228babe1cdb76c6c7510e10486ff2b0461d /utils/filtron.sh | |
parent | d9ffb090111f46cdc884b21b4bad81d7b6d87cbc (diff) | |
download | searxng-666bf1d32b7ce53133025c5471746e494deeeade.tar.gz searxng-666bf1d32b7ce53133025c5471746e494deeeade.zip |
[fix] typo: 'interactiv' --> 'interactive'
Reported-by: https://github.com/searxng/searxng/pull/38#pullrequestreview-646940531
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/filtron.sh')
-rwxr-xr-x | utils/filtron.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh index 958dcc05c..5680811ea 100755 --- a/utils/filtron.sh +++ b/utils/filtron.sh @@ -321,7 +321,7 @@ install_rules() { choose_one action "What should happen to the rules file? " \ "keep configuration unchanged" \ "use origin rules" \ - "start interactiv shell" + "start interactive shell" case $action in "keep configuration unchanged") info_msg "leave rules file unchanged" @@ -331,7 +331,7 @@ install_rules() { info_msg "install origin rules" cp "${FILTRON_RULES_TEMPLATE}" "${FILTRON_RULES}" ;; - "start interactiv shell") + "start interactive shell") backup_file "${FILTRON_RULES}" echo -e "// exit with [${_BCyan}CTRL-D${_creset}]" sudo -H -i |