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

@ -1,7 +1,7 @@
#!/bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2016, 2017, 2018 Laboratoire de Recherche et Développement
# de l'Epita (LRDE).
# Copyright (C) 2016-2018, 2021 Laboratoire de Recherche et
# Développement de l'Epita (LRDE).
#
# This file is part of Spot, a model checking library.
#
@ -52,7 +52,7 @@ EOF
grep _x output.csv && exit 1
# 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