summaryrefslogtreecommitdiffstats
path: root/src/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index c3c54b767f..8f8c8929ce 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -7699,7 +7699,7 @@ spell_add_word(word, len, bad, index)
if (*curbuf->b_p_spf == NUL)
{
- EMSG(_("E764: 'spellfile' is not set"));
+ EMSG2(_(e_notset), "spellfile");
return;
}