summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-12 23:48:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-12 23:48:23 -0800
commitf6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch)
tree909f93b643682c1390281a25dc5b36ad359ec6cf /lisp/textmodes/ispell.el
parent1c889bf68c346fa521c09b9abd6fc225c5518654 (diff)
downloademacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 62f899d1730..d22346b518b 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -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