diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-10-30 10:03:00 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-10-30 10:03:00 +0900 |
commit | 6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c (patch) | |
tree | e06d7478c2cc96f89e0f6f00452bea8e0177b93e /src/backend/replication/walreceiver.c | |
parent | 517bf2d9107f0d45c5fea2e3904e8d3b10ce6bb2 (diff) |
Fix typos in the code
Author: Vignesh C
Reviewed-by: Dilip Kumar, Michael Paquier
Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
Diffstat (limited to 'src/backend/replication/walreceiver.c')
-rw-r--r-- | src/backend/replication/walreceiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c index 6abc7807783..f54ae7690dd 100644 --- a/src/backend/replication/walreceiver.c +++ b/src/backend/replication/walreceiver.c @@ -1052,7 +1052,7 @@ XLogWalRcvFlush(bool dying) * false, this is a no-op. * * If 'requestReply' is true, requests the server to reply immediately upon - * receiving this message. This is used for heartbearts, when approaching + * receiving this message. This is used for heartbeats, when approaching * wal_receiver_timeout. */ static void |