forked from aniani/vim
patch 8.1.2243: typos in comments
Problem: Typos in comments. Solution: Fix the typos. (Dominique Pelle, closes #5160) Also adjust formatting a bit.
This commit is contained in:
@@ -990,7 +990,7 @@ spell_suggest_intern(suginfo_T *su, int interactive)
|
||||
{
|
||||
if (sps_flags & SPS_BEST)
|
||||
// Adjust the word score for the suggestions found so far for how
|
||||
// they sounds like.
|
||||
// they sound like.
|
||||
rescore_suggestions(su);
|
||||
|
||||
// While going through the soundfold tree "su_maxscore" is the score
|
||||
|
Reference in New Issue
Block a user