various typos

* bench/dtgbasat/gen.py, spot/twaalgos/complement.hh: Fix
looser->loser and lossing->losing.
* tests/sanity/style.test: Catch 'an uni[^n]'.
* spot/ta/ta.hh, spot/taalgos/tgba2ta.cc, spot/taalgos/tgba2ta.hh,
spot/twa/twagraph.cc, spot/twaalgos/complement.hh,
spot/twaalgos/sccinfo.cc, spot/twaalgos/sum.hh: Fix various occurences
of this pattern.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-30 21:22:55 +02:00
parent 42e5cd955e
commit be41155308
9 changed files with 19 additions and 20 deletions

View file

@ -466,7 +466,7 @@ namespace spot
// calling graph::degrag_states() to finish with #1. We clear
// the "dests vector" of the current automaton, recreate all
// the new destination groups using a univ_dest_mapper to
// simplify an unify them, and extend newst with some new
// simplify and unify them, and extend newst with some new
// entries that will point the those new universal destination
// so that graph::defrag_states() does not have to deal with
// universal destination in any way.