From 4785a563dd86edbebdbd7bd8aa223ef22a6da41b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 30 Nov 2006 20:50:44 +0000 Subject: [PATCH] Fix typos --- doc/src/sgml/config.sgml | 2 +- doc/src/sgml/gin.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4ad32a778a..fffda52eba 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -39,7 +39,7 @@ (milliseconds), s (seconds), min (minutes), h (hours), and d (days). Note that the multiplier for - memory units in 1024, not 1000. + memory units is 1024, not 1000. diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index 834808de3f..82e2d2bbf7 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -184,7 +184,7 @@ GIN 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. -- 2.39.5