Typos and duplicates
* spot/twaalgos/degen.cc: typo in an error message * NEWS: fix typos and remove duplicates
This commit is contained in:
parent
d94fb07168
commit
7bf68b4c0e
2 changed files with 18 additions and 18 deletions
|
|
@ -246,7 +246,7 @@ namespace spot
|
|||
{
|
||||
if (!a->acc().is_generalized_buchi())
|
||||
throw std::runtime_error
|
||||
("degeneralize() can only works with generalized Büchi acceptance");
|
||||
("degeneralize() only works with generalized Büchi acceptance");
|
||||
if (!a->is_existential())
|
||||
throw std::runtime_error
|
||||
("degeneralize() does not support alternation");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue