Fix typos in comments, code and documentation
authorMichael Paquier <michael@paquier.xyz>
Tue, 3 Jan 2023 07:26:14 +0000 (16:26 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 3 Jan 2023 07:26:14 +0000 (16:26 +0900)
commit33ab0a2a527e3af5beee3a98fc07201e555d6e45
tree0fbb7e784c39fa114cd0e7e085a149a524c20135
parent92957ed98c5c565362ce665266132a7f08f6b0c0
Fix typos in comments, code and documentation

While on it, newlines are removed from the end of two elog() strings.
The others are simple grammar mistakes.  One comment in pg_upgrade
referred incorrectly to sequences since a7e5457.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20221230231257.GI1153@telsasoft.com
Backpatch-through: 11
23 files changed:
.cirrus.yml
doc/src/sgml/auto-explain.sgml
doc/src/sgml/parallel.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_subscription.sgml
doc/src/sgml/ref/grant.sgml
doc/src/sgml/sources.sgml
doc/src/sgml/syntax.sgml
meson.build
src/backend/access/common/bufmask.c
src/backend/access/spgist/spgutils.c
src/backend/jit/llvm/llvmjit.c
src/backend/optimizer/util/tlist.c
src/backend/utils/adt/ruleutils.c
src/backend/utils/misc/guc_internal.h
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_upgrade/info.c
src/include/lib/ilist.h
src/test/regress/expected/copy.out
src/test/regress/expected/expressions.out
src/test/regress/sql/copy.sql
src/test/regress/sql/expressions.sql
src/test/ssl/t/SSL/Server.pm