Fix typo automatons -> automata
* NEWS, spot/twaalgos/dualize.cc, spot/twaalgos/dualize.hh, spot/twaalgos/langmap.cc, spot/twaalgos/sum.hh, tests/python/streett_totgba.py: Fixes typo.
This commit is contained in:
parent
f0161618ca
commit
30a68d288b
6 changed files with 10 additions and 10 deletions
|
|
@ -40,7 +40,7 @@ namespace spot
|
|||
std::vector<twa_graph_ptr> alt_init_st_auts(n_states);
|
||||
std::vector<twa_graph_ptr> compl_alt_init_st_auts(n_states);
|
||||
|
||||
// Prepare all automatons needed.
|
||||
// Prepare all automata needed.
|
||||
for (unsigned i = 0; i < n_states; ++i)
|
||||
{
|
||||
twa_graph_ptr c = make_twa_graph(aut, twa::prop_set::all());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue