Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Krull <john.a.krull@gmail.com>2019-10-16 05:29:55 +0300
committerJohn Krull <john.a.krull@gmail.com>2019-10-16 05:29:55 +0300
commitc6f9fe3af2b351b484ff14de426dde268d56441c (patch)
treeb62b1c74636e74bd93d493d025f31c11cb17f20d /advanced
parent2e138eb99f60b10dbc7cc021e58c0472344be191 (diff)
Fix spelling of the word "permitting"
Signed-off-by: John Krull <john.a.krull@gmail.com>
Diffstat (limited to 'advanced')
-rwxr-xr-xadvanced/Scripts/webpage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh
index 411cc1f6..8aa3fa08 100755
--- a/advanced/Scripts/webpage.sh
+++ b/advanced/Scripts/webpage.sh
@@ -524,10 +524,10 @@ Interfaces:
fi
if [[ "${args[2]}" == "all" ]]; then
- echo -e " ${INFO} Listening on all interfaces, permiting all origins. Please use a firewall!"
+ echo -e " ${INFO} Listening on all interfaces, permitting all origins. Please use a firewall!"
change_setting "DNSMASQ_LISTENING" "all"
elif [[ "${args[2]}" == "local" ]]; then
- echo -e " ${INFO} Listening on all interfaces, permiting origins from one hop away (LAN)"
+ echo -e " ${INFO} Listening on all interfaces, permitting origins from one hop away (LAN)"
change_setting "DNSMASQ_LISTENING" "local"
else
echo -e " ${INFO} Listening only on interface ${PIHOLE_INTERFACE}"