From ec3cb1ca2a07abb1f26033f124df438ca816be6f Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 7 Mar 2014 10:36:31 +0200 Subject: [PATCH] Fix typo in comment. Forgot to "git add" it earlier. --- src/backend/replication/walsender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */