fix typos and indentation

* bin/autfilt.cc, python/spot/__init__.py, spot/twa/twa.hh,
spot/twa/twaproduct.cc, spot/twaalgos/couvreurnew.cc,
tests/python/bugdet.py: Here.
This commit is contained in:
Clément Gillard 2017-04-18 15:19:38 +02:00 committed by Alexandre Duret-Lutz
parent 552afb9d55
commit ad3588420c
6 changed files with 11 additions and 11 deletions

View file

@ -302,7 +302,7 @@ static const argp_option options[] =
{ "decompose-scc", OPT_DECOMPOSE_SCC, "t|w|s|N|aN", 0,
"extract the (t) terminal, (w) weak, or (s) strong part of an automaton"
" or (N) the subautomaton leading to the Nth SCC, or (aN) to the Nth "
"accepting SCC (option can be combined with ccomas to extract multiple "
"accepting SCC (option can be combined with commas to extract multiple "
"parts)", 0 },
{ "decompose-strength", 0, nullptr, OPTION_ALIAS, nullptr, 0 },
{ "dualize", OPT_DUALIZE, nullptr, 0,