* spot/twaalgos/strength.cc: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2018-03-28 10:27:50 +02:00
parent 7957a231a1
commit 4ac3143b53

View file

@ -86,7 +86,7 @@ namespace spot
break;
}
}
// A terminal automaton should accept any word that as a prefix
// A terminal automaton should accept any word that has a prefix
// leading to an accepting edge. In other words, we cannot have
// an accepting edge that goes into a rejecting SCC.
if (terminal && is_term && !ignore_trivial_term)