@@ -2241,7 +2241,7 @@ spell_read_aff(spellinfo_T *spin, char_u *fname)
22412241 return NULL ;
22422242 }
22432243
2244- vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading affix file %s ..." ), fname );
2244+ vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading affix file %s..." ), fname );
22452245 spell_message (spin , IObuff );
22462246
22472247 /* 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)
35693569 hash_init (& ht );
35703570
35713571 vim_snprintf ((char * )IObuff , IOSIZE ,
3572- _ ("Reading dictionary file %s ..." ), fname );
3572+ _ ("Reading dictionary file %s..." ), fname );
35733573 spell_message (spin , IObuff );
35743574
35753575 /* start with a message for the first line */
@@ -4149,7 +4149,7 @@ spell_read_wordfile(spellinfo_T *spin, char_u *fname)
41494149 return FAIL ;
41504150 }
41514151
4152- vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading word file %s ..." ), fname );
4152+ vim_snprintf ((char * )IObuff , IOSIZE , _ ("Reading word file %s..." ), fname );
41534153 spell_message (spin , IObuff );
41544154
41554155 /*
@@ -5865,7 +5865,7 @@ sug_write(spellinfo_T *spin, char_u *fname)
58655865 }
58665866
58675867 vim_snprintf ((char * )IObuff , IOSIZE ,
5868- _ ("Writing suggestion file %s ..." ), fname );
5868+ _ ("Writing suggestion file %s..." ), fname );
58695869 spell_message (spin , IObuff );
58705870
58715871 /*
@@ -6150,7 +6150,7 @@ mkspell(
61506150 * Write the info in the spell file.
61516151 */
61526152 vim_snprintf ((char * )IObuff , IOSIZE ,
6153- _ ("Writing spell file %s ..." ), wfname );
6153+ _ ("Writing spell file %s..." ), wfname );
61546154 spell_message (& spin , IObuff );
61556155
61566156 error = write_vim_spell (& spin , wfname ) == FAIL ;
0 commit comments