diff options
Diffstat (limited to 'contrib/tsearch2/wordparser/deflex.c')
-rw-r--r-- | contrib/tsearch2/wordparser/deflex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tsearch2/wordparser/deflex.c b/contrib/tsearch2/wordparser/deflex.c index bbf3271b666..8f93d277a1e 100644 --- a/contrib/tsearch2/wordparser/deflex.c +++ b/contrib/tsearch2/wordparser/deflex.c @@ -15,7 +15,7 @@ const char *lex_descr[] = { "Latin part of hyphenated word", "Space symbols", "HTML Tag", - "HTTP head", + "Protocol head", "Hyphenated word", "Latin hyphenated word", "Non-latin hyphenated word", @@ -42,7 +42,7 @@ const char *tok_alias[] = { "lpart_hword", "blank", "tag", - "http", + "protocol", "hword", "lhword", "nlhword", |