Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f5f3753

Browse files
committed
Fix typos.
Guillaume Lelarge
1 parent ec1aafc commit f5f3753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/textsearch.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.29 2007/10/29 01:55:11 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.30 2007/11/05 15:55:53 mha Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -2060,7 +2060,7 @@ SELECT to_tsvector('english','in the list of stop words');
20602060
'list':3 'stop':5 'word':6
20612061
</programlisting>
20622062

2063-
The mising positions 1,2,4 are because of stop words. Ranks
2063+
The missing positions 1,2,4 are because of stop words. Ranks
20642064
calculated for documents with and without stop words are quite different:
20652065

20662066
<programlisting>
@@ -2542,7 +2542,7 @@ CREATE TEXT SEARCH DICTIONARY english_stem (
25422542
<para>
25432543
A <application>Snowball</> dictionary recognizes everything, whether
25442544
or not it is able to simplify the word, so it should be placed
2545-
at the end of the dictionary list. It it useless to have it
2545+
at the end of the dictionary list. It is useless to have it
25462546
before any other dictionary because a token will never pass through it to
25472547
the next dictionary.
25482548
</para>

0 commit comments

Comments
 (0)