Skip to content

Commit

Permalink
fixed typo in warning "conext" -> "context"
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Feb 7, 2013
1 parent 5f89e5f commit 93138cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NieczaActions.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@ method do_variable_reference($M, $v) {
method docontext($M, $sigil, $term) {
if $sigil !~~ /<[\$\@\%\&]>/ {
$M.CURSOR.sorry("Unhandled conext character $sigil");
$M.CURSOR.sorry("Unhandled context character $sigil");
}
my $method = ($sigil eq '$' || $sigil eq '&') ?? 'item' !!
($sigil eq '@') ?? 'list' !!
Expand Down

0 comments on commit 93138cc

Please sign in to comment.