]> granicus.if.org Git - postgresql/commitdiff
Fix typos
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Nov 2006 20:50:44 +0000 (20:50 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Nov 2006 20:50:44 +0000 (20:50 +0000)
doc/src/sgml/config.sgml
doc/src/sgml/gin.sgml

index dfdb42f0c4cf019ee95c36fbbe8062b6948144ec..4652573d2530c41118e7e35a039ed00e93dbc74b 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.97 2006/11/25 22:44:48 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.98 2006/11/30 20:50:44 petere Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -39,7 +39,7 @@
     (milliseconds), <literal>s</literal> (seconds),
     <literal>min</literal> (minutes), <literal>h</literal> (hours),
     and <literal>d</literal> (days).  Note that the multiplier for
-    memory units in 1024, not 1000.
+    memory units is 1024, not 1000.
    </para>
 
    <para>
index 0e4296872f3d8e1b08c7fa1ecae5125d11ad10e6..24517402bccec22a7c9f5b98d722812239320141 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.5 2006/11/23 05:58:01 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.6 2006/11/30 20:50:44 petere Exp $ -->
 
 <chapter id="GIN">
 <title>GIN Indexes</title>
  <para>
   <acronym>GIN</acronym> doesn't support full index scans due to their
   extreme inefficiency: because there are often many keys per value,
-  each heap pointer will returned several times.
+  each heap pointer will be returned several times.
  </para>
 
  <para>