Fix typos and grammar in code and test comments
authorMichael Paquier <michael@paquier.xyz>
Wed, 11 May 2022 06:38:55 +0000 (15:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 11 May 2022 06:38:55 +0000 (15:38 +0900)
commit45edde037efc6ec76714e0be7309b348fe34351e
tree206708c6d10e713e4325b4f3954a1c0187cc4474
parent0d3431497dbe91ba1e428ace4e9537c109eaff07
Fix typos and grammar in code and test comments

This fixes the grammar of some comments in a couple of tests (SQL and
TAP), and in some C files.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com
12 files changed:
contrib/citext/expected/citext.out
contrib/citext/expected/citext_1.out
contrib/citext/sql/citext.sql
src/backend/executor/execGrouping.c
src/backend/parser/parse_expr.c
src/backend/replication/basebackup_target.c
src/bin/pg_basebackup/bbstreamer_tar.c
src/bin/pg_rewind/t/007_standby_source.pl
src/bin/pg_rewind/t/009_growing_files.pl
src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql
src/test/ssl/t/SSL/Backend/OpenSSL.pm