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:27:01 +0000 (18:27 +0300)
src/backend/access/transam/xlog.c

index 40b780ce6ac958c3d7bcc4d91af6444a13943fbb..0a573f7f65c175120976a4f9117f122c0e43c3a4 100644 (file)
@@ -5441,7 +5441,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