# 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

(?i)an other||another
(?i)debian/gnu linux||Debian GNU/Linux
(?i)these package||this package
(?i)this packages||these packages
