From 7cc2f59dd57ab275497ae42a4f98e7936e1e3723 Mon Sep 17 00:00:00 2001
From: Amit Kapila
Date: Mon, 9 Oct 2023 09:18:47 +0530
Subject: Remove duplicate words in docs and code comments.
Additionally, add a missing "the" in a couple of places.
Author: Vignesh C, Dagfinn Ilmari Mannsåker
Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com
---
doc/src/sgml/logical-replication.sgml | 2 +-
doc/src/sgml/ref/create_subscription.sgml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index fbf8ad669e4..3b2fa1129e2 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -1788,7 +1788,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
- To create a subscription, the user must have the privileges of the
+ To create a subscription, the user must have the privileges of
the pg_create_subscription role, as well as
CREATE privileges on the database.
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index 71652fd9188..c1bafbfa06a 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -51,7 +51,7 @@ CREATE SUBSCRIPTION subscription_name
- To be able to create a subscription, you must have the privileges of the
+ To be able to create a subscription, you must have the privileges of
the pg_create_subscription role, as well as
CREATE privileges on the current database.
--
cgit v1.2.3