Fix typo (s/usefull/useful/)
authorMichael Prokop <mika@grml.org>
Sat, 23 Sep 2017 12:01:39 +0000 (14:01 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 23 Sep 2017 12:01:39 +0000 (14:01 +0200)
etc/init.d/firewall

index e370121..6e7fc85 100755 (executable)
@@ -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