From 6a99d7840b09b0db15ca75ebab4e134249ead5f0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 2 Apr 2019 14:04:10 -0400 Subject: [PATCH] Correct minor typo in warning message --- modules/tools/flyspell/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/flyspell/config.el b/modules/tools/flyspell/config.el index f5783e86b..1fd57a4e9 100644 --- a/modules/tools/flyspell/config.el +++ b/modules/tools/flyspell/config.el @@ -54,7 +54,7 @@ Since spellchecking can be slow in some buffers, this can be disabled with: nil utf-8)))) - (_ (warn "Spell checker not found. Either install `aspell' of `hunspell'")))) + (_ (warn "Spell checker not found. Either install `aspell' or `hunspell'")))) ;; `flyspell' (built-in)