]> granicus.if.org Git - postgis/commitdiff
Fix spelling mistake.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 30 Oct 2001 19:43:03 +0000 (19:43 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 30 Oct 2001 19:43:03 +0000 (19:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@96 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 6e4285e0c3d996aa6aaf8b9261fd6ccb23f997be..dbbe8374a3204644a53a1819dc046911ba9587c7 100644 (file)
@@ -772,7 +772,7 @@ name and username to connect with.</para></listitem></varlistentry><varlistentry
                <sect2> 
                  <title>Using Indexes</title> 
                  <para>Ordinarily, indexes invisibly speed up data access: once the
-                        index is built, the query planner tranparently decides when to use index
+                        index is built, the query planner transparently decides when to use index
                         information to speed up a query plan. Unfortunately, the PostgreSQL query
                         planner does not optimize the use of  GiST indexes well, so sometimes searches which should use a spatial index instead default to a sequence
                         scan of the whole table.</para>