Collection of typo fixes.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 20 May 2015 13:18:11 +0000 (16:18 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 20 May 2015 13:56:22 +0000 (16:56 +0300)
commit4fc72cc7bb9d2105261b8ee45558af50d788cd19
tree57f1b8dda880693ac01ead8945ad18734e24677f
parentf6a54fefc299b933052885bb0532c476d382cc71
Collection of typo fixes.

Use "a" and "an" correctly, mostly in comments. Two error messages were
also fixed (they were just elogs, so no translation work required). Two
function comments in pg_proc.h were also fixed. Etsuro Fujita reported one
of these, but I found a lot more with grep.

Also fix a few other typos spotted while grepping for the a/an typos.
For example, "consists out of ..." -> "consists of ...". Plus a "though"/
"through" mixup reported by Euler Taveira.

Many of these typos were in old code, which would be nice to backpatch to
make future backpatching easier. But much of the code was new, and I didn't
feel like crafting separate patches for each branch. So no backpatching.
62 files changed:
contrib/isn/isn.c
contrib/pg_buffercache/pg_buffercache_pages.c
contrib/spi/timetravel.c
contrib/test_decoding/expected/decoding_in_xact.out
contrib/test_decoding/specs/ondisk_startup.spec
contrib/test_decoding/sql/decoding_in_xact.sql
doc/src/sgml/ref/insert.sgml
src/backend/access/brin/brin_pageops.c
src/backend/access/gin/ginbtree.c
src/backend/access/gin/ginxlog.c
src/backend/access/heap/heapam.c
src/backend/access/heap/rewriteheap.c
src/backend/access/nbtree/nbtsearch.c
src/backend/access/rmgrdesc/xactdesc.c
src/backend/access/transam/commit_ts.c
src/backend/access/transam/xact.c
src/backend/access/transam/xlog.c
src/backend/catalog/catalog.c
src/backend/catalog/storage.c
src/backend/commands/copy.c
src/backend/commands/event_trigger.c
src/backend/commands/sequence.c
src/backend/commands/tablecmds.c
src/backend/executor/execIndexing.c
src/backend/optimizer/README
src/backend/optimizer/path/indxpath.c
src/backend/parser/gram.y
src/backend/port/atomics.c
src/backend/replication/basebackup.c
src/backend/replication/logical/logical.c
src/backend/replication/logical/logicalfuncs.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/logical/snapbuild.c
src/backend/replication/slot.c
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/freelist.c
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/sinval.c
src/backend/storage/lmgr/predicate.c
src/backend/tsearch/spell.c
src/backend/utils/adt/array_selfuncs.c
src/backend/utils/adt/array_typanalyze.c
src/backend/utils/adt/cash.c
src/backend/utils/adt/rangetypes_selfuncs.c
src/backend/utils/adt/regproc.c
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/tsvector_op.c
src/backend/utils/adt/varlena.c
src/backend/utils/cache/catcache.c
src/backend/utils/misc/sampling.c
src/bin/pg_dump/pg_dumpall.c
src/include/access/gin_private.h
src/include/access/rewriteheap.h
src/include/access/rmgrlist.h
src/include/access/xact.h
src/include/catalog/pg_proc.h
src/include/port/atomics/generic-gcc.h
src/include/replication/reorderbuffer.h
src/include/rewrite/prs2lock.h
src/interfaces/ecpg/pgtypeslib/interval.c
src/pl/plpython/plpy_procedure.c