* spot/twaalgos/hoa.cc: Typo in error message.
This commit is contained in:
parent
444e2b5b89
commit
b3e994c249
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ namespace spot
|
|||
os << (v1_1 ? "spot." : "spot-") << "state-player:";
|
||||
if (player->size() != num_states)
|
||||
throw std::runtime_error("print_hoa(): state-player property has"
|
||||
" (" + std::to_string(player->size()) +
|
||||
" " + std::to_string(player->size()) +
|
||||
" states but automaton has " +
|
||||
std::to_string(num_states));
|
||||
unsigned n = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue