Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
su ported ->
supported
  ^
  • Loading branch information
kenhys committed Jan 30, 2016
1 parent c35a25c commit 9442cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrbgems/mruby-compiler/core/parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ stmt : keyword_alias fsym {p->lstate = EXPR_FNAME;} fsym
}
| keyword_END '{' compstmt '}'
{
yyerror(p, "END not suported");
yyerror(p, "END not supported");
$$ = new_postexe(p, $3);
}
| command_asgn
Expand Down

0 comments on commit 9442cb9

Please sign in to comment.