mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-17 19:18:32 +01:00
Correct Typo
Signed-off-by: Tom Eastep <teastep@mint14.(none)>
This commit is contained in:
parent
4590e25052
commit
87715e5f0b
@ -4501,7 +4501,7 @@ sub do_helper( $ ) {
|
||||
|
||||
validate_helper( $helper );
|
||||
|
||||
if ( defiend wantarray ) {
|
||||
if ( defined wantarray ) {
|
||||
$helper = $helpers_aliases{$helper} || $helper;
|
||||
qq(-m helper --helper $helper );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user