Typos and duplicates

* spot/twaalgos/degen.cc: typo in an error message
* NEWS: fix typos and remove duplicates
This commit is contained in:
Maximilien Colange 2018-01-15 15:09:33 +01:00
parent d94fb07168
commit 7bf68b4c0e
2 changed files with 18 additions and 18 deletions

View file

@ -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");