From 208ac8364ec9aa6a30236772691b8e2b00727199 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 23 Sep 2017 14:01:39 +0200 Subject: [PATCH] Fix typo (s/usefull/useful/) --- etc/init.d/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/firewall b/etc/init.d/firewall index e370121..6e7fc85 100755 --- a/etc/init.d/firewall +++ b/etc/init.d/firewall @@ -68,7 +68,7 @@ einfo "Starting firewall." $IPTABLES -A INPUT -s 0.0.0.0 -d 255.255.255.255 -j DROP # AUTH server: Reject ident probes with a tcp reset. -# This may be usefull for a broken mailhost that won't accept the +# This may be useful for a broken mailhost that won't accept the # mails if you just drop its ident probe. # $IPTABLES -A INPUT -i $IFACE -p tcp --dport 113 -j REJECT --reject-with tcp-reset -- 2.1.4