Skip to content

Commit

Permalink
Fix typo in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Mar 4, 2015
1 parent 897bef3 commit ffa13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1123,7 +1123,7 @@ my class X::Syntax::DuplicatedPrefix does X::Syntax {
method message() {
my $prefix = $.prefixes.substr(0, 1);
"Expected a term, but found either infix $.prefixes or redundant prefix $prefix\n"
~ " (to surppress this message, please use a space like $prefix $prefix)";
~ " (to suppress this message, please use a space like $prefix $prefix)";
}
}

Expand Down

0 comments on commit ffa13ff

Please sign in to comment.