From 4f21f677758d62c20b4a9f9165e043c2a50713d2 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Mon, 16 Sep 2019 14:46:09 +0200 Subject: [PATCH] Update pihole Fix spelling typos --- pihole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pihole b/pihole index 971595d5..4a358443 100755 --- a/pihole +++ b/pihole @@ -11,8 +11,8 @@ readonly PI_HOLE_SCRIPT_DIR="/opt/pihole" -# setupVars and PI_HOLE_BIN_DIR are not readonly here because in some funcitons (checkout), -# it might get set again when the installer is sourced. This causes an +# setupVars and PI_HOLE_BIN_DIR are not readonly here because in some functions (checkout), +# they might get set again when the installer is sourced. This causes an # error due to modifying a readonly variable. setupVars="/etc/pihole/setupVars.conf" PI_HOLE_BIN_DIR="/usr/local/bin"