Fix typo in xlog.c

"recovery" is not a verb.  Introduced in 68cb5af46cd8.
This commit is contained in:
Michael Paquier 2025-02-03 09:22:45 +09:00
parent c09e5a6a01
commit fcce828529

View 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();