Re: [PATCH] Fix various spelling errors
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: "Kekalainen, Otto" <ottoke@amazon.com>, pgsql-hackers@postgresql.org
Date: 2022-03-15T02:46:24Z
Lists: pgsql-hackers
On Mon, Mar 14, 2022 at 06:49:07PM -0500, Justin Pryzby wrote: > On Mon, Mar 14, 2022 at 11:03:50PM +0000, Kekalainen, Otto wrote: >> I propose the attached patch to be applied on the 'master' branch of PostgreSQL >> to fix various spelling errors. >> >> Most fixes are in comments and have no effect on functionality. Some fixes are >> also in variable names but they should be safe to change, as the change is >> consistent in all occurrences of the variable. > > LGTM - I found a few of these myself. > Attached now, in case it's useful to handle them together. It is useful to group that together. I have gathered everything that looked like a typo or a grammar mistake, and applied the fixes. Thanks! -- Michael
Commits
-
Fix collection of typos in the code and the documentation
- 6bdf1a1400d3 15.0 landed