diff options
Diffstat (limited to 'contrib/pg_trgm/trgm_op.c')
-rw-r--r-- | contrib/pg_trgm/trgm_op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_trgm/trgm_op.c b/contrib/pg_trgm/trgm_op.c index 589dbb87ad5..0d4614e9c8a 100644 --- a/contrib/pg_trgm/trgm_op.c +++ b/contrib/pg_trgm/trgm_op.c @@ -500,7 +500,7 @@ iterate_word_similarity(int *trg2indexes, word_similarity_threshold; /* - * Consider first trigram as initial lower bount for strict word + * Consider first trigram as initial lower bound for strict word * similarity, or initialize it later with first trigram present for plain * word similarity. */ |