diff options
Diffstat (limited to 'src/spellfile.c')
-rw-r--r-- | src/spellfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellfile.c b/src/spellfile.c index 4aa60e459..179766393 100644 --- a/src/spellfile.c +++ b/src/spellfile.c @@ -6214,7 +6214,7 @@ spell_add_word( if (*curwin->w_s->b_p_spf == NUL) { - semsg(_(e_notset), "spellfile"); + semsg(_(e_option_str_is_not_set), "spellfile"); return; } fnamebuf = alloc(MAXPATHL); |