]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/ispell.el
Spelling fixes.
[gnu-emacs] / lisp / textmodes / ispell.el
index 62f899d1730a2160dedf7208f0232f88df0462a9..d22346b518b649677b04f5a27def6ee5552daee2 100644 (file)
@@ -2783,7 +2783,7 @@ By just answering RET you can find out what the current dictionary is."
               (mapcar 'list (ispell-valid-dictionary-list)))
          nil t)
         current-prefix-arg))
-  (ispell-set-spellchecker-params) ; Initilize variables and dicts alists
+  (ispell-set-spellchecker-params) ; Initialize variables and dicts alists
   (unless arg (ispell-buffer-local-dict 'no-reload))
   (if (equal dict "default") (setq dict nil))
   ;; This relies on completing-read's bug of returning "" for no match