Bug#1027399: lintian: misspelled spelling corrections

Jakub Wilk <[email protected]> Fri, 30 Dec 2022 22:18:15 +0100
Newsgroups gmane.linux.debian.curiosa
Message-ID <20221230211815.i6s7m6r7edomtmf5__9435.78548483259$1672435295$gmane$org@jwilk.net>
Package: lintian
Version: 2.115.3

I heard you like spell-checking, so I ran your spell-checker on your 
spell-checker:

    $ grep '^[^#]' /usr/share/lintian/data/spelling/corrections | cut -d '|' -f3 | sort -u | spellintian | grep -vF '(duplicate word)'
    ocurrence -> occurrence
    ocurrences -> occurrences
    prefered -> preferred
    transfered -> transferred
    transfering -> transferring

(Maybe worth adding something like the above to the test suite?)