[PATCH] Fix some typos in code comments

Started by Ewan Young13 days ago3 messageshackers
Jump to latest
#1Ewan Young
kdbase.hack@gmail.com

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

Attachments:

0001-Fix-some-typos-in-code-comments.patchapplication/octet-stream; name=0001-Fix-some-typos-in-code-comments.patchDownload+3-4
#2Michael Paquier
michael@paquier.xyz
In reply to: Ewan Young (#1)
Re: [PATCH] Fix some typos in code comments

On Thu, Jun 11, 2026 at 05:40:38PM +0800, Ewan Young wrote:

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"

Thanks.
--
Michael

#3Michael Paquier
michael@paquier.xyz
In reply to: Ewan Young (#1)
Re: [PATCH] Fix some typos in code comments

On Thu, Jun 11, 2026 at 05:40:38PM +0800, Ewan Young wrote:

- src/backend/tcop/pquery.c — "Querys" → "Queries"

This one is intentional, by the way.
--
Michael