Skip to content

Commit

Permalink
Correct spelling error in 'skip' message
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Dec 15, 2018
1 parent db55b51 commit c4df8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/GDBM_File/t/fatal.t
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ my $res = eval {
};

SKIP: {
skip "Can't tigger failure", 2 if $res == 99;
skip "Can't trigger failure", 2 if $res == 99;

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

Expand Down

0 comments on commit c4df8c7

Please sign in to comment.