From 476fecbcf5b28634a7e3a963697a79f01aa7e159 Mon Sep 17 00:00:00 2001 From: Mirko Tebaldi Date: Tue, 14 Aug 2018 14:59:41 +0200 Subject: [PATCH] Fixed typos as suggestes Signed-off-by: Realtebo --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 23d8a896..f91d64a7 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1109,8 +1109,8 @@ appendToListsFile() { # Used only in unattended setup # If there is already the adListFile, we keep it, else we create it using all default lists installDefaultBlocklists() { - # In unattended setup, could be usefull to use userdefined blocklist. - # If this file exists, we avoid to override it. + # In unattended setup, could be useful to use userdefined blocklist. + # If this file exists, we avoid overriding it. if [[ -f "${adlistFile}" ]]; then return; fi