Fix a typo

su ported ->
supported
  ^
This commit is contained in:
HAYASHI Kentaro
2016-01-31 00:48:12 +09:00
parent c35a25c51e
commit 9442cb9652
+1 -1
View File
@@ -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