diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
commit | 75808db17caf8b960b351e3408e74142f4c85aac (patch) | |
tree | 7989e9c09a4240248bf4658a22208a0a52d991c4 /data/spelling/corrections-multiword | |
parent | Initial commit. (diff) | |
download | lintian-75808db17caf8b960b351e3408e74142f4c85aac.tar.xz lintian-75808db17caf8b960b351e3408e74142f4c85aac.zip |
Adding upstream version 2.117.0.upstream/2.117.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'data/spelling/corrections-multiword')
-rw-r--r-- | data/spelling/corrections-multiword | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/spelling/corrections-multiword b/data/spelling/corrections-multiword new file mode 100644 index 0000000..628f4fe --- /dev/null +++ b/data/spelling/corrections-multiword @@ -0,0 +1,33 @@ +# A list of spelling corrections where the text to be corrected consists +# of multiple words and thus can't be corrected by the standard single word +# checks. +# +# The format of each line is: +# SPELLING_MISTAKE_REGEX||correction +# +# Please keep the list sorted using `make sort` in this directory. + +(?i)allows to||allows one to +(?i)allow to||allow one to +(?i)amount of times||number of times +(?i)an other||another +(?i)could brake||could break +(?i)debian/gnu linux||Debian GNU/Linux +(?i)gnu lesser public licen[cs]e||GNU Lesser General Public License +(?i)gnu library public licen[cs]e||GNU Library General Public License +(?i)gnu public licen[cs]e||GNU General Public License +(?i)have to be pass||have to pass +(?i)is not enable||is not enabled +(?i)lest strict||less strict +(?i)let's you||lets you +(?i)none existent||non-existent +(?i)none? the less||nonetheless +(?i)over ridden||overridden +(?i)permits to||permits one to +(?i)permit to||permit one to +(?i)per say||per se +(?i)pleases see||please see +(?i)seams like||seems like +(?i)these package(?!\s+\w+s\b)||this package +(?i)this packages||these packages +(?i)will be remove||will be removed |