Fix typos in docs
authorMichael Paquier
Sun, 26 Sep 2021 10:18:27 +0000 (19:18 +0900)
committerMichael Paquier
Sun, 26 Sep 2021 10:18:27 +0000 (19:18 +0900)
Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827[email protected]
Backpatch-through: 9.6

doc/src/sgml/catalogs.sgml
doc/src/sgml/datatype.sgml

index 4dff3f60a29891e8aab744aa07829737cc169588..5b0c19289995c776df239b30d82f505c99b28132 100644 (file)
@@ -5255,7 +5255,7 @@ SCRAM-SHA-256$<iteration count>:&l
   
 
   
-   Unused column contain zeroes. For example, oprleft
+   Unused columns contain zeroes. For example, oprleft
    is zero for a prefix operator.
   
 
index 2eb42af9a36cbc5b1e8a8addfce4d1dcb4c384bb..f7f6e1ee94a90d246be7472eee4c26d4388cef35 100644 (file)
@@ -2760,7 +2760,7 @@ P  years-months-
      weeks' or '01:02:03.45'.  However,
      because interval internally stores only three integer units (months,
      days, microseconds), fractional units must be spilled to smaller
-     units.  Fractional parts of units greater than months is truncated to
+     units.  Fractional parts of units greater than months are truncated to
      be an integer number of months, e.g. '1.5 years'
      becomes '1 year 6 mons'.  Fractional parts of
      weeks and days are computed to be an integer number of days and