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 2e14eb0c02
commit 773939bebe
7 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2015, 2016 Laboratoire de Recherche et
# Copyright (C) 2015, 2016, 2021 Laboratoire de Recherche et
# Développement de l'Epita (LRDE).
#
# This file is part of Spot, a model checking library.
@ -53,7 +53,7 @@ ltldo ltl3dra -f '"a=0" & p0' | grep 'AP: 2.*p0'
# --ignore-execution-failures --ambiguous \
# --strength --csv=output.csv
#
# # Make sure all lines in output.csv have the same number of comas
# # Make sure all lines in output.csv have the same number of commas
# sed 's/[^,]//g' <output.csv |
# ( read first
# while read l; do