fix error message in exception
* spot/twaalgos/alternation.cc: Here.
This commit is contained in:
parent
1cf5778faa
commit
55113ed1d0
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ namespace spot
|
||||||
else if (m != t.acc)
|
else if (m != t.acc)
|
||||||
{
|
{
|
||||||
throw std::runtime_error
|
throw std::runtime_error
|
||||||
("alternation_removal() only work with weak "
|
("remove_alternation() only works with weak "
|
||||||
"alternating automata");
|
"alternating automata");
|
||||||
}
|
}
|
||||||
// In case of a universal edge we only
|
// In case of a universal edge we only
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue