Merge pull request #3092 from kenhys/fix-suported

Fix a typo
This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-01-31 11:26:20 +09:00
+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