]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo
authorStefan Kangas <stefankangas@gmail.com>
Fri, 22 Dec 2023 10:45:23 +0000 (11:45 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 23 Dec 2023 13:17:39 +0000 (14:17 +0100)
(cherry picked from commit 1ad126c0f28aae2b5d2da9b347a33e4300424de9)

lisp/textmodes/ispell.el

index 246eee30ca88bf214a8c8acaeb3c05a3e071762b..d1f0925dec1f75677cf86d711e045148c8829542 100644 (file)
@@ -583,7 +583,7 @@ Note that with \"ispell\" as the speller, the CASECHARS and
 OTHERCHARS slots of the alist should contain the same character
 set as casechars and otherchars in the LANGUAGE.aff file \(e.g.,
 english.aff).  Aspell and Hunspell don't have this limitation.
-Allso, when the speller program is \"aspell\" or \"hunspell\",
+Also, when the speller program is \"aspell\" or \"hunspell\",
 some parts of the database, notably OTHERCHARS, will be determined
 by parsing the dictionary data files, see `ispell-aspell-find-dictionary'
 and `ispell-parse-hunspell-affix-file'.")