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:
Thomas Medioni 2017-08-09 15:51:23 +02:00
parent f0161618ca
commit 30a68d288b
6 changed files with 10 additions and 10 deletions

View file

@ -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());