* src/tgbaalgos/minimize.hh: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2012-09-24 15:52:11 +02:00
parent 1f0c765547
commit b5da11ed24

View file

@ -36,7 +36,7 @@ namespace spot
/// monitor. All useless SCCs should have been previously removed /// monitor. All useless SCCs should have been previously removed
/// (using scc_filter() for instance). Then the automaton will be /// (using scc_filter() for instance). Then the automaton will be
/// determinized and minimized using the standard DFA construction /// determinized and minimized using the standard DFA construction
/// as if all states where accepting states. /// as if all states were accepting states.
/// ///
/// For more detail about monitors, see the following paper: /// For more detail about monitors, see the following paper:
/// \verbatim /// \verbatim