aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-11-05 15:55:53 +0000
committerMagnus Hagander <magnus@hagander.net>2007-11-05 15:55:53 +0000
commitf5f375330e7a5f3a370cc400c3cf367bdd26219b (patch)
tree0e5eaa22632bd0fe1b7e412dc5caefbcc6c40fe4
parentec1aafca7dd4063d04555791d57eef10c860683f (diff)
downloadpostgresql-f5f375330e7a5f3a370cc400c3cf367bdd26219b.tar.gz
postgresql-f5f375330e7a5f3a370cc400c3cf367bdd26219b.zip
Fix typos.
Guillaume Lelarge
-rw-r--r--doc/src/sgml/textsearch.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 9ed4b7435b7..26fdad0c6ff 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.29 2007/10/29 01:55:11 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.30 2007/11/05 15:55:53 mha Exp $ -->
<chapter id="textsearch">
<title id="textsearch-title">Full Text Search</title>
@@ -2060,7 +2060,7 @@ SELECT to_tsvector('english','in the list of stop words');
'list':3 'stop':5 'word':6
</programlisting>
- The mising positions 1,2,4 are because of stop words. Ranks
+ The missing positions 1,2,4 are because of stop words. Ranks
calculated for documents with and without stop words are quite different:
<programlisting>
@@ -2542,7 +2542,7 @@ CREATE TEXT SEARCH DICTIONARY english_stem (
<para>
A <application>Snowball</> dictionary recognizes everything, whether
or not it is able to simplify the word, so it should be placed
- at the end of the dictionary list. It it useless to have it
+ at the end of the dictionary list. It is useless to have it
before any other dictionary because a token will never pass through it to
the next dictionary.
</para>