various typos

* bench/dtgbasat/gen.py, spot/twaalgos/complement.hh: Fix
looser->loser and lossing->losing.
* tests/sanity/style.test: Catch 'an uni[^n]'.
* spot/ta/ta.hh, spot/taalgos/tgba2ta.cc, spot/taalgos/tgba2ta.hh,
spot/twa/twagraph.cc, spot/twaalgos/complement.hh,
spot/twaalgos/sccinfo.cc, spot/twaalgos/sum.hh: Fix various occurences
of this pattern.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-30 21:22:55 +02:00
parent 42e5cd955e
commit be41155308
9 changed files with 19 additions and 20 deletions

View file

@ -81,12 +81,11 @@ for dir in "$TOP/spot" "$TOP/bin" "$TOP/tests"; do
fail=false
# Check this before stripping comments and strings.
$GREP -i 'accepting cond' $file &&
diag 'accepting -> acceptance'
# Check this before stripping comments and strings.
$GREP -i 'dictionnar[yi]' $file &&
diag 'dictionnary -> dictionary'
$GREP -i 'accepting cond' $file && diag 'accepting -> acceptance'
$GREP -i 'dictionnar[yi]' $file && diag 'dictionnary -> dictionary'
# "an uninstalled" seems to be the exception so far, but we want
# "a unique", "a universal", etc.
$GREP -i 'an uni[^n]' $file && diag 'an uni... -> a uni...'
$GREP -i 'version 2 of the License' $file &&
diag 'license text should refer to version 2'