Commit 9442cb96 authored by HAYASHI Kentaro's avatar HAYASHI Kentaro

Fix a typo

su ported ->
supported
  ^
parent c35a25c5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment