summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-01-31 11:26:20 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-01-31 11:26:20 +0900
commitac5649700c42d17346c05809ba00e089d2aa7082 (patch)
treeee785a1f21b471a61459e93b07b9e93f5d7853aa
parentc35a25c51e2e576d12ebd155397e8dc91e3759d5 (diff)
parent9442cb9652e6fbb6acf8a9940e74a169810276f7 (diff)
downloadmruby-ac5649700c42d17346c05809ba00e089d2aa7082.tar.gz
mruby-ac5649700c42d17346c05809ba00e089d2aa7082.zip
Merge pull request #3092 from kenhys/fix-suported
Fix a typo
-rw-r--r--mrbgems/mruby-compiler/core/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y
index 301d1bf65..5351c32f3 100644
--- a/mrbgems/mruby-compiler/core/parse.y
+++ b/mrbgems/mruby-compiler/core/parse.y
@@ -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