diff --git a/Shorewall-perl/compiler.pl b/Shorewall-perl/compiler.pl index ee88ee983..3d45631da 100755 --- a/Shorewall-perl/compiler.pl +++ b/Shorewall-perl/compiler.pl @@ -41,7 +41,7 @@ use Shorewall::Compiler; use Getopt::Long; sub usage() { - print STDERR "usage: compiler.pl [ --export ] [ --directory= ] [ --verbose={0-2} ] [ --timestamp ] [ -- debuging ] [ --refresh= ] [ ]\n"; + print STDERR "usage: compiler.pl [ --export ] [ --directory= ] [ --verbose={0-2} ] [ --timestamp ] [ -- debug ] [ --refresh= ] [ ]\n"; exit 1; }