Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
moritz committed Mar 20, 2012
1 parent b2505be commit d76065e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -492,7 +492,7 @@ my class X::Package::Stubbed does X::Comp {
has @.packages;
# TODO: supress display of line number
method message() {
"The following packages where stubbed but not defined:\n "
"The following packages were stubbed but not defined:\n "
~ @.packages.join("\n ");
}
}
Expand Down

0 comments on commit d76065e

Please sign in to comment.