]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 6 Jun 2013 15:25:26 +0000 (18:25 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 6 Jun 2013 15:26:24 +0000 (18:26 +0300)
src/backend/access/transam/xlog.c

index 3d2458920e7fefdb13f1a95d33bf03a1957b18bf..df5e2f99413b27582b5ec191ce02a1fc7387fc4b 100644 (file)
@@ -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