@@ -2241,7 +2241,7 @@ spell_read_aff(spellinfo_T *spin, char_u *fname)
2241
2241
return NULL ;
2242
2242
}
2243
2243
2244
- vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading affix file %s ..." ), fname );
2244
+ vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading affix file %s..." ), fname );
2245
2245
spell_message (spin , IObuff );
2246
2246
2247
2247
/* Only do REP lines when not done in another .aff file already. */
@@ -3569,7 +3569,7 @@ spell_read_dic(spellinfo_T *spin, char_u *fname, afffile_T *affile)
3569
3569
hash_init (& ht );
3570
3570
3571
3571
vim_snprintf ((char * )IObuff , IOSIZE ,
3572
- _ ("Reading dictionary file %s ..." ), fname );
3572
+ _ ("Reading dictionary file %s..." ), fname );
3573
3573
spell_message (spin , IObuff );
3574
3574
3575
3575
/* start with a message for the first line */
@@ -4149,7 +4149,7 @@ spell_read_wordfile(spellinfo_T *spin, char_u *fname)
4149
4149
return FAIL ;
4150
4150
}
4151
4151
4152
- vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading word file %s ..." ), fname );
4152
+ vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading word file %s..." ), fname );
4153
4153
spell_message (spin , IObuff );
4154
4154
4155
4155
/*
@@ -5865,7 +5865,7 @@ sug_write(spellinfo_T *spin, char_u *fname)
5865
5865
}
5866
5866
5867
5867
vim_snprintf ((char * )IObuff , IOSIZE ,
5868
- _ ("Writing suggestion file %s ..." ), fname );
5868
+ _ ("Writing suggestion file %s..." ), fname );
5869
5869
spell_message (spin , IObuff );
5870
5870
5871
5871
/*
@@ -6150,7 +6150,7 @@ mkspell(
6150
6150
* Write the info in the spell file.
6151
6151
*/
6152
6152
vim_snprintf ((char * )IObuff , IOSIZE ,
6153
- _ ("Writing spell file %s ..." ), wfname );
6153
+ _ ("Writing spell file %s..." ), wfname );
6154
6154
spell_message (& spin , IObuff );
6155
6155
6156
6156
error = write_vim_spell (& spin , wfname ) == FAIL ;
0 commit comments