Thread: Deux typo fixes...

Deux typo fixes...

From
Guillaume Lelarge
Date:
... this time in textsearch.sgml. Please apply. Thanks.

Regards.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
Index: doc/src/sgml/textsearch.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/textsearch.sgml,v
retrieving revision 1.29
diff -r1.29 textsearch.sgml
2063c2063
<     The mising positions 1,2,4 are because of stop words.  Ranks
---
>     The missing positions 1,2,4 are because of stop words.  Ranks
2545c2545
<     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

Re: Deux typo fixes...

From
Magnus Hagander
Date:
On Mon, Nov 05, 2007 at 04:49:46PM +0100, Guillaume Lelarge wrote:
> ... this time in textsearch.sgml. Please apply. Thanks.

Applied, thanks.

//Magnus