aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/spell.c2
-rw-r--r--src/version.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index a8b359166b..3abdd0b2dc 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -10666,7 +10666,7 @@ static void suggest_trie_walk(suginfo_T *su, langp_T *lp, char_u *fword, int sou
/* 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]
|| (sp->ts_tcharlen > 0 && sp->ts_isdiff != DIFF_NONE)
diff --git a/src/version.c b/src/version.c
index 6aa775f005..3db05cf6ff 100644
--- a/src/version.c
+++ b/src/version.c
@@ -208,6 +208,7 @@ static int included_patches[] = {
//196,
//195,
//194,
+ 193,
192,
//191,
//190,