From: Michael Prokop Date: Sat, 23 Sep 2017 12:01:39 +0000 (+0200) Subject: Fix typo (s/usefull/useful/) X-Git-Tag: v1.6.3~2 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=208ac8364ec9aa6a30236772691b8e2b00727199 Fix typo (s/usefull/useful/) --- 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