Skip to content

Commit

Permalink
typo noticed by kboga++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 15, 2012
1 parent 3ec9365 commit f69e58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -643,7 +643,7 @@ my class X::TypeCheck::Return is X::TypeCheck {
my class X::NoDispatcher is Exception {
has $.redispatcher;
method message() {
"$.redispatcher is not in the dynamic socpe of a dispatcher";
"$.redispatcher is not in the dynamic scope of a dispatcher";
}
}

Expand Down

0 comments on commit f69e58c

Please sign in to comment.