From: Heikki Linnakangas Date: Thu, 6 Jun 2013 15:25:26 +0000 (+0300) Subject: Fix typo in comment. X-Git-Tag: REL9_1_10~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ebdf6c9f99b45adf2419db54c1303dabab4fe57;p=postgresql Fix typo in comment. --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 3d2458920e..df5e2f9941 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