Correct typo

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-09-02 13:07:33 -07:00
parent ba3dba78ff
commit 8f86e2df19

View File

@ -2134,7 +2134,7 @@ sub split_line2( $$;$$$ ) {
( $columns, $pairs, $rest ) = split ';;', $currline;
if ( defined $pairs ) {
fatal_error "Only one set of double semicolons (';;') allowed on a line" if define $rest;
fatal_error "Only one set of double semicolons (';;') allowed on a line" if defined $rest;
$currline = $columns;