summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2012-09-12 07:39:07 -0500
committerKevin Grittner <kgrittn@postgresql.org>2012-09-12 07:39:07 -0500
commit8a93fb0a852d6962b9e51bee22c2d7ff8f2b9e0b (patch)
treed54dc1fa047c7dbb3d2303dee50cded068aa345f
parent31f1b2090fc08f923e56e2421086ef60d6b89c1e (diff)
Fix typo: lexemes misspelled in full text search docs.
Dan Scott Backpatch original commit 4bc0d2e2cfa8ac523524dccf6f849989c6739083 to 9.1
-rw-r--r--doc/src/sgml/textsearch.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 978aa545cf1..53051982e2f 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -867,7 +867,7 @@ ts_rank(<optional> <replaceable class="PARAMETER">weights</replaceable> <type>fl
<listitem>
<para>
- Ranks vectors based on the frequency of their matching lexems.
+ Ranks vectors based on the frequency of their matching lexemes.
</para>
</listitem>
</varlistentry>