1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Make spelling of "acknowledgment" consistent

I used the preferred U.S. spelling, as we do in other cases.
This commit is contained in:
Peter Eisentraut
2018-10-15 10:06:45 +02:00
parent 9274c577f7
commit 35584fd05f
4 changed files with 6 additions and 6 deletions

View File

@@ -268,7 +268,7 @@ SyncRepWaitForLSN(XLogRecPtr lsn, bool commit)
/*
* If the postmaster dies, we'll probably never get an
* acknowledgement, because all the wal sender processes will exit. So
* acknowledgment, because all the wal sender processes will exit. So
* just bail out.
*/
if (!PostmasterIsAlive())