summaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-03-08 16:13:44 +0100
committerBram Moolenaar <Bram@vim.org>2014-03-08 16:13:44 +0100
commit4de6a212f922aa132e9a76d0392bee3adfee6e29 (patch)
tree58b1735f079269f16446c85a93dd0dbad9275045 /src/spell.c
parent47b8342abd3dfee39f5961dbb15883c3a95d8488 (diff)
downloadvim-git-4de6a212f922aa132e9a76d0392bee3adfee6e29.tar.gz
updated for version 7.4.193v7.4.193
Problem: Typos in messages. Solution: "then" -> "than". (Dominique Pelle)
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index fd7e4e173..82bf2dba6 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -12037,7 +12037,7 @@ suggest_trie_walk(su, lp, fword, soundfold)
/* Normal byte, go one level deeper. If it's not equal to the
* byte in the bad word adjust the score. But don't even try
* when the byte was already changed. And don't try when we
- * just deleted this byte, accepting it is always cheaper then
+ * just deleted this byte, accepting it is always cheaper than
* delete + substitute. */
if (c == fword[sp->ts_fidx]
#ifdef FEAT_MBYTE