Skip to content

Commit 8971586

Browse files
committed
signatures.t: Correct typo in $::TODO assignment
1 parent a7eccf4 commit 8971586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/op/signatures.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ is scalar(t145()), undef;
15011501
"$a:$b";
15021502
}
15031503
{
1504-
local $::TODO = q{can't handle commonaility};
1504+
local $::TODO = q{can't handle commonality};
15051505
is t162x(), "y:x", 'handle commonality in scalar parms';
15061506
}
15071507
}

0 commit comments

Comments
 (0)