From 800290ce2a5e9414984f68d9d453801a111a80de Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sat, 12 Mar 2022 14:34:00 +0100 Subject: [PATCH] ids.cgi: Fixed trivial typos in comment Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- html/cgi-bin/ids.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 7227156671..9e7e7965ca 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -619,7 +619,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) { # Convert interface name into upper case. my $zone_upper = uc($zone); - # Check if the IDS is enabled for this interaces. + # Check if the IDS is enabled for these interfaces. if ($cgiparams{"ENABLE_IDS_$zone_upper"}) { # Increase count. $monitored_zones++; -- 2.39.5