diff options
-rw-r--r-- | src/backend/replication/walsender.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index f0a9a1e2300..54ed311473b 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -1068,7 +1068,7 @@ WalSndLoop(void) } /* - * If half of wal_sender_timeout has lapsed without receiving any + * If half of wal_sender_timeout has elapsed without receiving any * reply from standby, send a keep-alive message requesting an * immediate reply. */ |