From: Stefan Schantl Date: Fri, 12 Oct 2018 13:18:38 +0000 (+0200) Subject: ids-functions.pl: Fix typo X-Git-Tag: v2.23-core131~117^2~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ce424884914e6ee5a721124eaec89b634c19f48;p=ipfire-2.x.git ids-functions.pl: Fix typo Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index a621c8fa4c..16232cc919 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -461,7 +461,7 @@ sub _cleanup_rulesdir() { unlink($item) or return "Could not delete $item. $!\n"; } - # Return noting; + # Return nothing; return; }