Re: bulk typos
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Félix GERZAGUET <felix.gerzaguet@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-04-01T19:03:50Z
Lists: pgsql-hackers
=?UTF-8?Q?F=C3=A9lix_GERZAGUET?= <felix.gerzaguet@gmail.com> writes: > On Sat, Mar 31, 2018 at 12:56 PM, Justin Pryzby <pryzby@telsasoft.com> > wrote: >> I needed another distraction so bulk-checked for typos, limited to >> comments in *.[ch]. > I think you introduced another one while changing "explcitly" to > "expilcitly" instead of "explicitly" :-) LGTM for the most part, except for this change: - * Therefore, we do not whinge about no-such-process. + * Therefore, we do not whine about no-such-process. I think that spelling is intentional, so I didn't change it. Pushed the rest, with Felix's correction. regards, tom lane
Commits
-
Fix some grammar and typos in comments and docs
- c6671cdbde93 9.6.20 landed
- b99cbbf5ce51 10.15 landed
- c7f41b2999c3 11.10 landed
- bebad3342004 12.5 landed
- 796885a07133 13.1 landed
- 8a15e735be00 14.0 landed
-
Fix a boatload of typos in C comments.
- 0b11a674fb11 11.0 landed