Fix typo in xlog.c
authorMichael Paquier <michael@paquier.xyz>
Mon, 3 Feb 2025 00:22:45 +0000 (09:22 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 3 Feb 2025 00:22:45 +0000 (09:22 +0900)
"recovery" is not a verb.  Introduced in 68cb5af46cd8.

src/backend/access/transam/xlog.c

index bf3dbda901d52575b6f49be3f8761aa26ad65764..90ade4e7d3970b25bcc4489e256d9d99d1334d2d 100644 (file)
@@ -6101,7 +6101,7 @@ StartupXLOG(void)
    /*
     * Reload shared-memory state for prepared transactions.  This needs to
     * happen before renaming the last partial segment of the old timeline as
-    * it may be possible that we have to recovery some transactions from it.
+    * it may be possible that we have to recover some transactions from it.
     */
    RecoverPreparedTransactions();