From ab7975539c151dd9387f19bccd2d2aa43a134559 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 14 Oct 2012 09:30:27 -0700 Subject: [PATCH] Correct typo in get_params() Signed-off-by: Tom Eastep --- 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 03e14f75b..acd477f4b 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -4178,7 +4178,7 @@ sub get_params() { # # - Variable names preceded by 'export ' # - Variable values are delimited by double quotes - # - Embedded single quotes are escaped with '\' + # - Embedded double quotes are escaped with '\' # - Valueless variables ( e.g., 'export foo') are supported # $shell = OLDBASH;