From: Heikki Linnakangas Date: Fri, 7 Mar 2014 08:36:31 +0000 (+0200) Subject: Fix typo in comment. X-Git-Tag: REL9_3_4~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec3cb1ca2a07abb1f26033f124df438ca816be6f;p=postgresql Fix typo in comment. Forgot to "git add" it earlier. --- diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index f0a9a1e230..54ed311473 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. */