From 6afc43d200dd642dac6232a13b0fa22eef91e2a8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 13 Sep 2009 09:20:32 -0700 Subject: [PATCH] Correct typo in comment --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 7a3f19d7b..3c2e9d153 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -1601,7 +1601,7 @@ sub read_a_line() { # chop $currentline, next if substr( ( $currentline .= $_ ), -1, 1 ) eq '\\'; # - # Now remove contatinated comments + # Now remove concatinated comments # $currentline =~ s/#.*$//; #