From 75861185e083c6bf1502c4b141f8f3e79225b5c5 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 12 Jul 2009 09:26:25 -0700 Subject: [PATCH] Minor typo/cosmetic corrections --- Shorewall/Perl/Shorewall/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 45e994797..1f4b54055 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -301,7 +301,7 @@ sub initialize( $ ) { ( $product, $Product, $toolname, $toolNAME ) = qw( shorewall6 Shorewall6 ip6tables IP6TABLES ); } - ( $command, $doing, $done ) = qw/ compile Compiling Compiled/; #describe the current command, it's present progressive, and it's completion. + ( $command, $doing, $done ) = qw/compile Compiling Compiled/; #describe the current command, it's present progressive, and it's completion. $verbose = 0; # Verbosity setting. 0 = almost silent, 1 = major progress messages only, 2 = all progress messages (very noisy) $log = undef; # File reference for log file @@ -1189,7 +1189,7 @@ sub enable_object() { } # -# Diusable writes to the object file +# Disable writes to the object file # sub disable_object() { $object_enabled = 0;