diff options
Diffstat (limited to 'contrib/tsearch2/query_cleanup.c')
-rw-r--r-- | contrib/tsearch2/query_cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tsearch2/query_cleanup.c b/contrib/tsearch2/query_cleanup.c index f56f7fbea3..08d3ff219b 100644 --- a/contrib/tsearch2/query_cleanup.c +++ b/contrib/tsearch2/query_cleanup.c @@ -246,7 +246,7 @@ clean_fakeval_v2(ITEM * ptr, int4 *len) resroot = clean_fakeval_intree(root, &result); if (result != V_UNKNOWN) { - elog(NOTICE, "Query contains only stopword(s) or doesn't contain lexem(s), ignored"); + elog(NOTICE, "query contains only stopword(s) or doesn't contain lexeme(s), ignored"); *len = 0; return NULL; } |