[PATCH v1] Fix typos in pg_bsd_indent: "dont" -> "don't" in comments Anexo: o arquivo

From: Thiago Caserta <caserta(at)movestax(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH v1] Fix typos in pg_bsd_indent: "dont" -> "don't" in comments Anexo: o arquivo
Date: 2026-03-24 19:59:51
Message-ID: CPYP284MB12210544C4B5F38FF4AFFA21C948A@CPYP284MB1221.BRAP284.PROD.OUTLOOK.COM
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

Attached is a patch that fixes ten instances of missing apostrophe in contractions ("dont" -> "don't") in pg_bsd_indent source code comments.

I'm aware pg_bsd_indent is derived from FreeBSD's indent tool.
These are minor comment-only changes that don't affect behavior.

If preferred, I can submit these upstream to FreeBSD as well.

Affected files:
- src/tools/pg_bsd_indent/indent.c (7 instances)
- src/tools/pg_bsd_indent/io.c (1 instance)
- src/tools/pg_bsd_indent/pr_comment.c (2 instances)

The patch applies cleanly against current HEAD (dd5716f3c74).

Best regards,
Thiago Caserta <https://aka.ms/GetOutlookForMac>

Attachment Content-Type Size
v1-0001-Fix-typos-in-pg_bsd_indent-dont-don-t-in-comments.patch application/octet-stream 4.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-03-24 20:09:37 Re: Adding locks statistics
Previous Message Thiago Caserta 2026-03-24 19:58:40 [PATCH v1] Fix typos: "its a" -> "it's a" in code comments