From: Heikki Linnakangas Date: Tue, 16 Dec 2014 14:34:56 +0000 (+0200) Subject: Misc comment typo fixes. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ce864d3276a29fc39155348e6e5ca282d1e51d2d;p=users%2Fheikki%2Fpostgres.git Misc comment typo fixes. Backpatch the applicable parts, just to make backpatching future patches easier. --- diff --git a/src/backend/lib/binaryheap.c b/src/backend/lib/binaryheap.c index 24ba55b451..91555925c7 100644 --- a/src/backend/lib/binaryheap.c +++ b/src/backend/lib/binaryheap.c @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * binaryheap.c - * A simple binary heap implementaion + * A simple binary heap implementation * * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group * diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 844a5dea1d..00ea942ecc 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -938,7 +938,7 @@ StartLogicalReplication(StartReplicationCmd *cmd) /* * Force a disconnect, so that the decoding code doesn't need to care - * about a eventual switch from running in recovery, to running in a + * about an eventual switch from running in recovery, to running in a * normal environment. Client code is expected to handle reconnects. */ if (am_cascading_walsender && !RecoveryInProgress())