diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-11-16 16:21:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-11-16 16:21:05 +0100 |
commit | c4568ab37edc01e01f258d64bceddcd01633a268 (patch) | |
tree | 8ae92c661dad3bde1055513daa15ce703d3632f7 /src/spellfile.c | |
parent | f0d58efc9dc46be37c629cbc99b4125448ca39fd (diff) | |
download | vim-git-c4568ab37edc01e01f258d64bceddcd01633a268.tar.gz |
patch 8.1.0528: various typos in commentsv8.1.0528
Problem: Various typos in comments.
Solution: Fix the typos.
Diffstat (limited to 'src/spellfile.c')
-rw-r--r-- | src/spellfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellfile.c b/src/spellfile.c index 71447087f..27b9e858e 100644 --- a/src/spellfile.c +++ b/src/spellfile.c @@ -3784,7 +3784,7 @@ get_pfxlist( if (get_affitem(affile->af_flagtype, &p) != 0) { /* A flag is a postponed prefix flag if it appears in "af_pref" - * and it's ID is not zero. */ + * and its ID is not zero. */ vim_strncpy(key, prevp, p - prevp); hi = hash_find(&affile->af_pref, key); if (!HASHITEM_EMPTY(hi)) |