commit | e344bead3ecc16a0982d157e8c19050f6dff4e0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 20:46:49 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 20:46:49 2005 +0000 |
tree | 34da48120172b9e2efc8c559733c2b69db5a24ba | |
parent | da2303d96b0f55d30e9b5b57d3459d5e1ea22ec2 [diff] [blame] |
updated for version 7.0140
diff --git a/src/spell.c b/src/spell.c index 56c891d..2c21d94 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -7654,7 +7654,7 @@ break; if (*spf == NUL) { - EMSGN(_("E765: 'spellfile' does not have %ld enties"), index); + EMSGN(_("E765: 'spellfile' does not have %ld entries"), index); return; } }