comparison src/spell.c @ 502:52e76e2b5b65 v7.0140

updated for version 7.0140
author vimboss
date Thu, 01 Sep 2005 20:46:49 +0000
parents ce2181d14aa0
children c9ec7077a195
comparison
equal deleted inserted replaced
501:ce2181d14aa0 502:52e76e2b5b65
7652 copy_option_part(&spf, fnamebuf, MAXPATHL, ","); 7652 copy_option_part(&spf, fnamebuf, MAXPATHL, ",");
7653 if (i == index) 7653 if (i == index)
7654 break; 7654 break;
7655 if (*spf == NUL) 7655 if (*spf == NUL)
7656 { 7656 {
7657 EMSGN(_("E765: 'spellfile' does not have %ld enties"), index); 7657 EMSGN(_("E765: 'spellfile' does not have %ld entries"), index);
7658 return; 7658 return;
7659 } 7659 }
7660 } 7660 }
7661 7661
7662 /* Check that the user isn't editing the .add file somewhere. */ 7662 /* Check that the user isn't editing the .add file somewhere. */