ids.cgi: Fixed trivial typos in comment

Message ID 20220312133400.2471-1-matthias.fischer@ipfire.org
State Accepted
Commit 800290ce2a5e9414984f68d9d453801a111a80de
Headers
Series ids.cgi: Fixed trivial typos in comment |

Commit Message

Matthias Fischer March 12, 2022, 1:34 p.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 html/cgi-bin/ids.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi
index b05912645..76c2b99a9 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++;