]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
ids.cgi: Fixed trivial typos in comment
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 12 Mar 2022 13:34:00 +0000 (14:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Mar 2022 15:15:17 +0000 (15:15 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ids.cgi

index 7227156671bcf25af9276b67d60aec4f160ac2a2..9e7e7965caf343c2c82e655f25f2308887f02b1a 100644 (file)
@@ -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++;