Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Carl Masak committed Nov 3, 2014
1 parent a7597d3 commit 23711dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/99-common.pl6
Expand Up @@ -37,7 +37,7 @@ try {
CATCH {
default {
diag "Connect failed with error $_";
skip 'connect failed -- maybe the prerequisits are not installed?', 38;
skip 'connect failed -- maybe the prerequisites are not installed?', 38;
exit;
}
}
Expand Down

0 comments on commit 23711dd

Please sign in to comment.