commit | 86ca6e3b8c9c5d909421eb5abc2d81e02d402b49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 21:06:37 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 21:06:37 2006 +0000 |
tree | 096fc5982ac2ebf110d35e8a4044d74279d19635 | |
parent | d2cec5b043361ee798a0522244135f4ea87838f6 [diff] [blame] |
updated for version 7.0c03
diff --git a/src/spell.c b/src/spell.c index 32ce2b4..9850777 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -2039,7 +2039,7 @@ /* * Start looking for bad word at the start of the line, because we can't - * start halfway a word, we don't know where the it starts or ends. + * start halfway a word, we don't know where it starts or ends. * * When searching backwards, we continue in the line to find the last * bad word (in the cursor line: before the cursor).