fixed typos

This commit is contained in:
freddii 2021-01-19 19:33:38 +01:00
parent cbfb58f7a2
commit 7c0c30fb0b
6 changed files with 15 additions and 15 deletions

View file

@ -38,7 +38,7 @@ flushARP(){
# Truncate network_addresses table in pihole-FTL.db
# This needs to be done before we can truncate the network table due to
# foreign key contraints
# foreign key constraints
if ! output=$(sqlite3 "${DBFILE}" "DELETE FROM network_addresses" 2>&1); then
echo -e "${OVER} ${CROSS} Failed to truncate network_addresses table"
echo " Database location: ${DBFILE}"