diff options
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index fc529a83596..a9fbd2f04cb 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2024,7 +2024,7 @@ quit spell session exited." (setq ispell-filter (cdr ispell-filter)) (when (and ispell-filter (listp ispell-filter)) (if (> (length ispell-filter) 1) - (error "Ispell and its processs have different character maps: %s" ispell-filter) + (error "Ispell and its process have different character maps: %s" ispell-filter) (ispell-parse-output (car ispell-filter))))) (defun ispell-error-checking-word (word) |