Fix various typos
* bin/autfilt.cc, bin/common_post.cc, spot/graph/graph.hh, spot/twa/twa.hh, spot/twa/twagraph.hh, spot/twaalgos/remfin.cc: typos * spot/twaalgos/toweak.cc: incorrect types when invoking std::hash
This commit is contained in:
parent
62b86d3049
commit
5b2ce2736b
7 changed files with 77 additions and 77 deletions
|
|
@ -67,7 +67,7 @@ static constexpr const argp_option options[] =
|
|||
OPTION_ARG_OPTIONAL,
|
||||
"colored automaton with parity acceptance", 0, },
|
||||
{ "cobuchi", OPT_COBUCHI, nullptr, 0,
|
||||
"automaton with co-Büchi acceptance (will recognize"
|
||||
"automaton with co-Büchi acceptance (will recognize "
|
||||
"a superset of the input language if not co-Büchi "
|
||||
"realizable)", 0 },
|
||||
{ "coBuchi", 0, nullptr, OPTION_ALIAS, nullptr, 0 },
|
||||
|
|
@ -130,7 +130,7 @@ static const argp_option options_disabled[] =
|
|||
OPTION_ARG_OPTIONAL,
|
||||
"colored automaton with parity acceptance", 0, },
|
||||
{ "cobuchi", OPT_COBUCHI, nullptr, 0,
|
||||
"automaton with co-Büchi acceptance (will recognize"
|
||||
"automaton with co-Büchi acceptance (will recognize "
|
||||
"a superset of the input language if not co-Büchi "
|
||||
"realizable)", 0 },
|
||||
{ "coBuchi", 0, nullptr, OPTION_ALIAS, nullptr, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue