parseaut: fix typo in error message
* src/parseaut/parseaut.yy: Here. * src/tests/parseaut.test: Adjust.
This commit is contained in:
parent
14c0577650
commit
5098c91bd4
2 changed files with 2 additions and 2 deletions
|
|
@ -1054,7 +1054,7 @@ unlabeled-edge: checked-state-num trans-acc_opt
|
|||
fill_guards(res);
|
||||
if (res.cur_guard == res.guards.end())
|
||||
{
|
||||
error(@$, "too many transition for this state, "
|
||||
error(@$, "too many transitions for this state, "
|
||||
"ignoring this one");
|
||||
cond = bddfalse;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue