* spot/twa/twa.cc: Typo.
This commit is contained in:
parent
d708174cfe
commit
86b6506268
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ namespace spot
|
||||||
{
|
{
|
||||||
if (acc().uses_fin_acceptance())
|
if (acc().uses_fin_acceptance())
|
||||||
throw std::runtime_error("twa::accepting_run() does not work with "
|
throw std::runtime_error("twa::accepting_run() does not work with "
|
||||||
"Fin acceptance (but twa:is_empty() and "
|
"Fin acceptance (but twa::is_empty() and "
|
||||||
"twa::accepting_word() can)");
|
"twa::accepting_word() can)");
|
||||||
auto res = couvreur99_new_check(shared_from_this());
|
auto res = couvreur99_new_check(shared_from_this());
|
||||||
if (!res)
|
if (!res)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue