* spot/twaalgos/strength.cc: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2018-03-28 10:27:50 +02:00
parent 5e2a8a581a
commit c9716018ce

View file

@ -85,7 +85,7 @@ namespace spot
break; 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 // leading to an accepting edge. In other words, we cannot have
// an accepting edge that goes into a rejecting SCC. // an accepting edge that goes into a rejecting SCC.
if (terminal && is_term && !ignore_trivial_term) if (terminal && is_term && !ignore_trivial_term)