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;