Re: Fix typos in code comments
Zhang Mingli <zmlpostgres@gmail.com>
From: Zhang Mingli <zmlpostgres@gmail.com>
To: houzj.fnst@fujitsu.com <houzj.fnst@fujitsu.com>, Amit Kapila <amit.kapila16@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-19T03:05:24Z
Lists: pgsql-hackers
Hi On Sep 19, 2022, 10:57 +0800, Amit Kapila <amit.kapila16@gmail.com>, wrote: > On Mon, Sep 19, 2022 at 8:14 AM houzj.fnst@fujitsu.com > <houzj.fnst@fujitsu.com> wrote: > > > > While working on some other patches, I found serval typos(duplicate words and > > incorrect function name reference) in the code comments. Here is a small patch > > to fix them. > > > > Thanks, the patch looks good to me. I'll push this. > > -- > With Regards, > Amit Kapila. > > Good catch. There is a similar typo in doc, runtime.sgml. ```using TLS protocols enabled by by setting the parameter```
Commits
-
Doc: Remove the use of a duplicate word.
- 15113bfb467a 15.0 landed
-
Remove various duplicated words
- 66fa8ff63798 16.0 landed
-
Fix typos.
- a23417790631 16.0 landed