From bf2ad145e3340205e304b5aba130952c04fd8473 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 26 Mar 2019 23:46:46 -0400 Subject: vim-patch:8.1.0528: various typos in comments Problem: Various typos in comments. Solution: Fix the typos. https://github.com/vim/vim/commit/c4568ab37edc01e01f258d64bceddcd01633a268 --- src/nvim/spell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/spell.c') 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) { -- cgit