Correct Typo

Signed-off-by: Tom Eastep <teastep@mint14.(none)>
This commit is contained in:
Tom Eastep 2012-12-31 10:36:27 -08:00
parent 4590e25052
commit 87715e5f0b

View File

@ -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 );
}