diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-06-06 18:25:26 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-06-06 18:26:24 +0300 |
commit | 3ebdf6c9f99b45adf2419db54c1303dabab4fe57 (patch) | |
tree | 3097b953c24b851eed2807309d9ca19c1aa29b7a | |
parent | f753c9d596d835d47770d1b3eed6ea9c1d3af4a8 (diff) | |
download | postgresql-3ebdf6c9f99b45adf2419db54c1303dabab4fe57.tar.gz postgresql-3ebdf6c9f99b45adf2419db54c1303dabab4fe57.zip |
Fix typo in comment.
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 3d2458920e7..df5e2f99413 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6501,7 +6501,7 @@ StartupXLOG(void) * recoveryLastXTime. * * This is slightly confusing if we're starting from an online - * checkpoint; we've just read and replayed the chekpoint record, but + * checkpoint; we've just read and replayed the checkpoint record, but * we're going to start replay from its redo pointer, which precedes * the location of the checkpoint record itself. So even though the * last record we've replayed is indeed ReadRecPtr, we haven't |