@@ -149,7 +149,7 @@ Development History
149149 introduced an interesting data structure suitable for sets -
150150 RD-tree (Russian Doll tree). Further research lead us to the
151151 idea to use GiST for implementing RD-tree, but at that time the
152- GiST code wasintouched for a long time and contained several
152+ GiST code wasuntouched for a long time and contained several
153153 bugs. After work on improving GiST for version 7.0.3 of
154154 PostgreSQL was done, we were able to implement RD-Tree and use
155155 it for index access to arrays of integers. This implementation
@@ -159,7 +159,7 @@ Development History
159159 by a single bit-signature, a so-called superimposed signature
160160 (see "Index Structures for Databases Containing Data Items with
161161 Set-valued Attributes", 1997, Sven Helmer for details). We
162- developeded the contrib/intarray module and used it for full
162+ developed the contrib/intarray module and used it for full
163163 text indexing.
164164
165165 tsearch v1