[PATCH] Fix some typos in code comments - Mailing list pgsql-hackers

From Ewan Young
Subject [PATCH] Fix some typos in code comments
Date
Msg-id CAON2xHO4uhX1W4Foxj9ibQuhHd9AGR1cr3yV37mqAJcsqE2aZg@mail.gmail.com
Whole thread
Responses Re: [PATCH] Fix some typos in code comments
Re: [PATCH] Fix some typos in code comments
List pgsql-hackers
Hi Hackers,

While reading through the tree I noticed a few misspellings in comments.
The attached patch fixes three of them; it touches comments only, with no
code change:

- src/backend/utils/adt/float.c — "becase" → "because"
- src/include/tsearch/ts_type.h — "agrs" → "args"
- src/backend/tcop/pquery.c — "Querys" → "Queries"

Regards,
Ewan Young

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Fix race in ReplicationSlotRelease for ephemeral slots
Next
From: Heikki Linnakangas
Date:
Subject: Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()