aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/generic_xlog.c
diff options
context:
space:
mode:
authorGreg Stark <stark@mit.edu>2016-06-03 15:13:36 +0100
committerGreg Stark <stark@mit.edu>2016-06-03 16:08:45 +0100
commite1623c3959aac707732d7a6ad09adfb5751763b3 (patch)
tree3f73cc1c228576ae41f7f2444abb3dc65250c740 /src/backend/access/transam/generic_xlog.c
parentee4af347ba89b8492d1f86b6456865e1de1d030f (diff)
downloadpostgresql-e1623c3959aac707732d7a6ad09adfb5751763b3.tar.gz
postgresql-e1623c3959aac707732d7a6ad09adfb5751763b3.zip
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
Diffstat (limited to 'src/backend/access/transam/generic_xlog.c')
-rw-r--r--src/backend/access/transam/generic_xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/generic_xlog.c b/src/backend/access/transam/generic_xlog.c
index ae874cc50d4..c33e7beb6a4 100644
--- a/src/backend/access/transam/generic_xlog.c
+++ b/src/backend/access/transam/generic_xlog.c
@@ -64,7 +64,7 @@ struct GenericXLogState
/*
* page's images. Should be first in this struct to have MAXALIGN'ed
* images addresses, because some code working with pages directly aligns
- * addresses, not an offsets from begining of page
+ * addresses, not offsets from beginning of page
*/
char images[MAX_GENERIC_XLOG_PAGES * BLCKSZ];
PageData pages[MAX_GENERIC_XLOG_PAGES];