]> 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)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 22 Dec 2023 10:45:40 +0000 (11:45 +0100)
lisp/textmodes/ispell.el

index 6b048a8a805a400ca01a682e667f2ebe5eea2021..be3bdda1d130c4a853fd0c9a5398a26d26685aa4 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'.")