From 666bf1d32b7ce53133025c5471746e494deeeade Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 28 Apr 2021 16:29:03 +0200 Subject: [fix] typo: 'interactiv' --> 'interactive' Reported-by: https://github.com/searxng/searxng/pull/38#pullrequestreview-646940531 Signed-off-by: Markus Heiser --- utils/filtron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/filtron.sh') 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 -- cgit v1.2.3