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

From Thiago Caserta
Subject [PATCH v1] Fix typos in pg_bsd_indent: "dont" -> "don't" in comments Anexo: o arquivo
Date
Msg-id CPYP284MB12210544C4B5F38FF4AFFA21C948A@CPYP284MB1221.BRAP284.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: [PATCH v1] Fix typos in pg_bsd_indent: "dont" -> "don't" in comments Anexo: o arquivo
List 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
Attachment

pgsql-hackers by date:

Previous
From: Thiago Caserta
Date:
Subject: [PATCH v1] Fix typos: "its a" -> "it's a" in code comments
Next
From: Andres Freund
Date:
Subject: Re: Adding locks statistics