Fix various common mispellings.
authorGreg Stark <stark@mit.edu>
Fri, 3 Jun 2016 14:13:36 +0000 (15:13 +0100)
committerGreg Stark <stark@mit.edu>
Fri, 3 Jun 2016 15:08:45 +0000 (16:08 +0100)
commite1623c3959aac707732d7a6ad09adfb5751763b3
tree3f73cc1c228576ae41f7f2444abb3dc65250c740
parentee4af347ba89b8492d1f86b6456865e1de1d030f
Fix various common mispellings.

Mostly these are just comments but there are a few in documentation
and a handful in code and tests. Hopefully this doesn't cause too much
unnecessary pain for backpatching. I relented from some of the most
common like "thru" for that reason. The rest don't seem numerous
enough to cause problems.

Thanks to Kevin Lyda's tool https://pypi.python.org/pypi/misspellings
26 files changed:
doc/src/sgml/config.sgml
doc/src/sgml/pgcrypto.sgml
doc/src/sgml/ref/psql-ref.sgml
src/backend/access/transam/generic_xlog.c
src/backend/catalog/namespace.c
src/backend/catalog/sql_features.txt
src/backend/commands/cluster.c
src/backend/main/main.c
src/backend/nodes/README
src/backend/optimizer/util/tlist.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/walsender.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/ipc/procarray.c
src/backend/storage/smgr/md.c
src/backend/tsearch/spell.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/geo_spgist.c
src/backend/utils/resowner/resowner.c
src/bin/pg_dump/dumputils.c
src/include/port/win32.h
src/include/storage/freespace.h
src/test/modules/test_ddl_deparse/README
src/test/regress/expected/event_trigger.out
src/test/regress/sql/event_trigger.sql
src/tools/msvc/Project.pm