* spot/twaalgos/strength.cc: Typo.
This commit is contained in:
parent
7957a231a1
commit
4ac3143b53
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue