* bin/autfilt.cc, spot/twaalgos/degen.cc, spot/twaalgos/dtwasat.cc,
spot/twaalgos/remfin.cc, spot/twaalgos/sccfilter.cc: "only work" ->
"only works".
This commit is contained in:
Alexandre Duret-Lutz 2016-01-21 19:08:26 +01:00
parent 73b1a0901e
commit 2364ff8148
5 changed files with 11 additions and 11 deletions

View file

@ -133,7 +133,7 @@ namespace spot
// Specialized conversion from Rabin acceptance to Büchi acceptance.
// Is able to detect SCCs that are Büchi-type (i.e., they can be
// converted to Büchi acceptance without chaning their structure).
// Currently only work with state-based acceptance.
// Currently only works with state-based acceptance.
//
// See "Deterministic ω-automata vis-a-vis Deterministic Büchi
// Automata", S. Krishnan, A. Puri, and R. Brayton (ISAAC'94) for