public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ids.cgi: Fixed trivial typos in comment
@ 2022-03-12 13:34 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2022-03-12 13:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 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 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++;
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-12 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 13:34 [PATCH] ids.cgi: Fixed trivial typos in comment Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox