Fix typo automatons -> automata
* NEWS, spot/twaalgos/dualize.cc, spot/twaalgos/dualize.hh, spot/twaalgos/langmap.cc, spot/twaalgos/sum.hh, tests/python/streett_totgba.py: Fixes typo.
This commit is contained in:
parent
f0161618ca
commit
30a68d288b
6 changed files with 10 additions and 10 deletions
4
NEWS
4
NEWS
|
|
@ -39,7 +39,7 @@ New in spot 2.3.5.dev (not yet released)
|
|||
families of automata or LTL formulas, used by genltl and genaut.
|
||||
|
||||
- spot::sum() and spot::sum_and() implements the union and the
|
||||
intersection of two automatons by putting them side-by-side and
|
||||
intersection of two automata by putting them side-by-side and
|
||||
using non-deterministim or universal branching on the initial
|
||||
statae.
|
||||
|
||||
|
|
@ -130,7 +130,7 @@ New in spot 2.3.5.dev (not yet released)
|
|||
to the removal of some acceptance sets.
|
||||
|
||||
- The function spot::streett_to_generalized_buchi() is now able to
|
||||
work on automatons with Streett-like acceptance.
|
||||
work on automata with Streett-like acceptance.
|
||||
|
||||
- spot::relabel_here() was used on automata to rename atomic
|
||||
propositions, it can now replace atomic propositions by Boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue