From: Matthias Fischer Date: Sat, 12 Mar 2022 13:34:00 +0000 (+0100) Subject: ids.cgi: Fixed trivial typos in comment X-Git-Tag: v2.27-core167~6^2~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=800290ce2a5e9414984f68d9d453801a111a80de;p=ipfire-2.x.git ids.cgi: Fixed trivial typos in comment Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- 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++;