Re: A small typo - Mailing list pgsql-hackers

From Richard Guo
Subject Re: A small typo
Date
Msg-id CAMbWs49i5iQPPU2tmbA7D95PHuZJMEYrnW1wdSUhMyO5pgpF0w@mail.gmail.com
Whole thread Raw
In response to A small typo  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers

On Wed, Sep 14, 2022 at 10:46 AM Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote:
I found a small typo in a comment in pgbench.c of 15/master.

- * Return the number fo failed transactions.
+ * Return the number of failed transactions.

While at it, I found "* lot fo unnecessary work." in pg13's
procsignal.c. It has been fixed by 2a093355aa in PG14 but PG13 was
left alone at the time.
 
+1. And grep shows no more this kind of typo in source codes in master.

$ find . -name "*.[ch]" | xargs grep ' fo '
./src/bin/pgbench/pgbench.c: * Return the number fo failed transactions.

Thanks
Richard

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: A small typo
Next
From: Jaime Casanova
Date:
Subject: Re: START_REPLICATION SLOT causing a crash in an assert build