diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-03-27 11:09:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 11:09:54 +0100 |
commit | 2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39 (patch) | |
tree | 27b832ee6bf690eecbaa9d296d748c2200d5feba /src/nvim/spell.c | |
parent | 281c011d44a5f845d4c5d9cce0d2fc513f70483b (diff) | |
parent | bf2ad145e3340205e304b5aba130952c04fd8473 (diff) | |
download | rneovim-2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39.tar.gz rneovim-2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39.tar.bz2 rneovim-2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39.zip |
Merge #9794 from janlazo/vim-8.0.1528
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r-- | src/nvim/spell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c index ec4da88ea1..331d8da55a 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -2294,7 +2294,7 @@ static void use_midword(slang_T *lp, win_T *wp) } // Find the region "region[2]" in "rp" (points to "sl_regions"). -// Each region is simply stored as the two characters of it's name. +// Each region is simply stored as the two characters of its name. // Returns the index if found (first is 0), REGION_ALL if not found. static int find_region(char_u *rp, char_u *region) { |