Fix various typos and spelling mistakes in code comments
authorDavid Rowley <drowley@postgresql.org>
Mon, 11 Apr 2022 08:49:41 +0000 (20:49 +1200)
committerDavid Rowley <drowley@postgresql.org>
Mon, 11 Apr 2022 08:49:41 +0000 (20:49 +1200)
commitb0e5f02ddc836499bdcf093df52e4c342dda5891
tree2211dfcfabd04e9ecd5b32b1b5fd3e97c817bc91
parentbba3c35b29d07a27bbf5dd0d7d5e7c7592e02f81
Fix various typos and spelling mistakes in code comments

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
33 files changed:
contrib/ltree/ltree.h
src/backend/access/brin/brin_minmax_multi.c
src/backend/access/heap/heapam.c
src/backend/access/transam/xlogreader.c
src/backend/access/transam/xlogrecovery.c
src/backend/commands/dbcommands.c
src/backend/commands/vacuumparallel.c
src/backend/executor/nodeMergeAppend.c
src/backend/optimizer/path/costsize.c
src/backend/optimizer/path/pathkeys.c
src/backend/parser/parse_expr.c
src/backend/replication/basebackup_server.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/slot.c
src/backend/storage/ipc/procarray.c
src/backend/tsearch/ts_parse.c
src/backend/utils/adt/genfile.c
src/backend/utils/adt/geo_ops.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/tsquery.c
src/backend/utils/cache/relmapper.c
src/backend/utils/error/csvlog.c
src/backend/utils/error/elog.c
src/backend/utils/error/jsonlog.c
src/backend/utils/fmgr/funcapi.c
src/backend/utils/mmgr/generation.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pgbench/pgbench.c
src/bin/psql/copy.c
src/bin/psql/describe.c
src/bin/psql/tab-complete.c
src/include/utils/sortsupport.h
src/tools/mark_pgdllimport.pl