diff options
Diffstat (limited to 'src/backend/tsearch/spell.c')
-rw-r--r-- | src/backend/tsearch/spell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tsearch/spell.c b/src/backend/tsearch/spell.c index 1c036d5d384..a2f0f5cebd3 100644 --- a/src/backend/tsearch/spell.c +++ b/src/backend/tsearch/spell.c @@ -1335,7 +1335,7 @@ CheckAffix(const char *word, size_t len, AFFIX *Affix, int flagflags, char *neww else { /* - * if prefix is a all non-chaged part's length then all word contains + * if prefix is an all non-changed part's length then all word contains * only prefix and suffix, so out */ if (baselen && *baselen + strlen(Affix->find) <= Affix->replen) |