typos: coma -> comma

* ChangeLog.1, tests/core/autcross3.test, tests/core/ltl3ba.test,
tests/core/ltl3dra.test, tests/core/ltlcross3.test,
tests/core/ltlsynt.test, tests/sanity/style.test: Here.
This commit is contained in:
Alexandre Duret-Lutz 2021-06-11 11:46:55 +02:00
parent e6055c57a7
commit 99241d0bea
7 changed files with 13 additions and 13 deletions

View file

@ -219,7 +219,7 @@ for r in '' '--real'; do
ltlsynt --algo=lar $opts 'FGc <-> GF(!b&XXb)' --csv='>>FILE' || :
ltlsynt --algo=lar.old $opts 'FGa <-> GF(c&a)' --csv='>>FILE' || :
test 6 = `wc -l < FILE`
# Make sure all lines in FILE have the same number of comas
# Make sure all lines in FILE have the same number of commas
sed 's/[^,]//g' < FILE |
( read first
while read l; do