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:
parent
42e5cd955e
commit
be41155308
9 changed files with 19 additions and 20 deletions
|
|
@ -182,7 +182,7 @@ namespace spot
|
|||
unsigned dest = e.dst;
|
||||
if ((int) dest < 0)
|
||||
{
|
||||
// Iterate over all destinations of an universal edge.
|
||||
// Iterate over all destinations of a universal edge.
|
||||
if (todo_.top().univ_pos == 0)
|
||||
todo_.top().univ_pos = ~dest + 1;
|
||||
const auto& v = gr.dests_vector();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue