twa: typo in error message
* spot/twa/twa.cc (twa::accepting_run): Here.
This commit is contained in:
parent
efbce454e2
commit
772404c131
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ namespace spot
|
|||
if (acc().uses_fin_acceptance())
|
||||
throw std::runtime_error("twa::accepting_run() does not work with "
|
||||
"Fin acceptance (but twa:is_empty() and "
|
||||
"twa::accepting_run() can)");
|
||||
"twa::accepting_word() can)");
|
||||
auto res = couvreur99_new_check(shared_from_this());
|
||||
if (!res)
|
||||
return nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue