From 23e83c35ad32ec17a38794f6be8289094f8d51fe Mon Sep 17 00:00:00 2001
From: Michael Paquier
Date: Sun, 26 Sep 2021 19:18:34 +0900
Subject: Fix typos in docs
Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
Backpatch-through: 9.6
---
doc/src/sgml/catalogs.sgml | 2 +-
doc/src/sgml/datatype.sgml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 29f60fd92a6..571e75445ff 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -4692,7 +4692,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.
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index dcd241d6775..e53f34b206a 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -2703,7 +2703,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
--
cgit v1.2.3