Skip to content

Commit c4df8c7

Browse files
committed
Correct spelling error in 'skip' message
1 parent db55b51 commit c4df8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/GDBM_File/t/fatal.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ my $res = eval {
5252
};
5353

5454
SKIP: {
55-
skip "Can't tigger failure", 2 if $res == 99;
55+
skip "Can't trigger failure", 2 if $res == 99;
5656

5757
is $res, undef, "eval should return undef";
5858

0 commit comments

Comments
 (0)