Fix typos in comments in worker.c and execReplication.c

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix typos in comments in worker.c and execReplication.c
Date: 2025-08-16 07:43:47
Message-ID: CAHewXNmTT3M_w4NngG=6G3mdT3iJ6DdncTqV9YnGXBPHW8XYtA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While debugging the code, I found typos in worker.c and execReplication.c

"suffcient" should be "sufficient"
"confict" should be "conflict"

fd5a1a0 introduced these typos.
Please take a look at the attached patch.
--
Thanks,
Tender Wang

Attachment Content-Type Size
0001-Fix-typos-in-comments-in-worker.c-and-execReplicatio.patch text/plain 2.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-08-16 08:16:07 Re: Fix typos in comments in worker.c and execReplication.c
Previous Message Tatsuo Ishii 2025-08-16 05:56:27 Re: Raw parse tree is not dumped to log