summaryrefslogtreecommitdiffstats
path: root/src/spellfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spellfile.c')
-rw-r--r--src/spellfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellfile.c b/src/spellfile.c
index ad0d000211..aaacb2e448 100644
--- a/src/spellfile.c
+++ b/src/spellfile.c
@@ -5976,7 +5976,7 @@ mkspell(
}
if (mch_isdir(wfname))
{
- semsg(_(e_src_is_directory), wfname);
+ semsg(_(e_str_is_directory), wfname);
goto theend;
}