diff src/spell.c @ 817:6897668c467f

updated for version 7.0c03
author vimboss
date Wed, 29 Mar 2006 21:06:37 +0000
parents 9f345c48220b
children 23f82b5d2814
line wrap: on
line diff
--- a/src/spell.c
+++ b/src/spell.c
@@ -2039,7 +2039,7 @@ spell_move_to(wp, dir, allwords, curline
 
     /*
      * 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).