Misc comment typo fixes.
authorHeikki Linnakangas
Tue, 16 Dec 2014 14:34:56 +0000 (16:34 +0200)
committerHeikki Linnakangas
Tue, 16 Dec 2014 14:38:20 +0000 (16:38 +0200)
Backpatch the applicable parts, just to make backpatching future patches
easier.

src/backend/lib/binaryheap.c
src/backend/replication/walsender.c

index 24ba55b45143a47fcd03b5a76fd39f3dc213a8f6..91555925c722b57734f9c745ee6665a8823ebd3e 100644 (file)
@@ -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
  *
index 844a5dea1def123b6a9c8a75e2bd311c775bd92b..00ea942ecc935ce0d9ad1bc8a476c3cabc76383c 100644 (file)
@@ -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())