From 4ce424884914e6ee5a721124eaec89b634c19f48 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 12 Oct 2018 15:18:38 +0200 Subject: [PATCH] ids-functions.pl: Fix typo Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2