Fix typo in code comment

Started by Peter Smithabout 3 years ago3 messages
#1Peter Smith
smithpb2250@gmail.com
1 attachment(s)

PSA trivial patch to fix a code comment typo seen during a recent review.

------
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachments:

v1-0001-Fix-typo-instead-just.patchapplication/octet-stream; name=v1-0001-Fix-typo-instead-just.patchDownload
From 84f9f1ef89adcbadac7f48bde1e6d064ff514626 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Wed, 19 Oct 2022 10:00:17 +1100
Subject: [PATCH v1] Fix typo - instead just

---
 src/backend/replication/logical/launcher.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/replication/logical/launcher.c b/src/backend/replication/logical/launcher.c
index ff57421..f2c55f3 100644
--- a/src/backend/replication/logical/launcher.c
+++ b/src/backend/replication/logical/launcher.c
@@ -235,8 +235,8 @@ logicalrep_worker_find(Oid subid, Oid relid, bool only_running)
 }
 
 /*
- * Similar to logicalrep_worker_find(), but returns list of all workers for
- * the subscription, instead just one.
+ * Similar to logicalrep_worker_find(), but returns a list of all workers for
+ * the subscription, instead of just one.
  */
 List *
 logicalrep_workers_find(Oid subid, bool only_running)
-- 
1.8.3.1

#2Michael Paquier
michael@paquier.xyz
In reply to: Peter Smith (#1)
Re: Fix typo in code comment

On Wed, Oct 19, 2022 at 10:09:12AM +1100, Peter Smith wrote:

PSA trivial patch to fix a code comment typo seen during a recent review.

Passing by.. And fixed. Thanks!
--
Michael

#3Peter Smith
smithpb2250@gmail.com
In reply to: Michael Paquier (#2)
Re: Fix typo in code comment

On Wed, Oct 19, 2022 at 12:29 PM Michael Paquier <michael@paquier.xyz> wrote:

On Wed, Oct 19, 2022 at 10:09:12AM +1100, Peter Smith wrote:

PSA trivial patch to fix a code comment typo seen during a recent review.

Passing by.. And fixed. Thanks!
--

Thanks for passing by.

------
Kind Regards,
Peter Smith.
Fujitsu Australia