aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_recvlogical.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-03-18 21:03:17 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-03-18 21:05:18 +0200
commit1d3b258cbe4aedfb49c92c28b9cbd7c18d277e04 (patch)
tree7b379ff8e5595e277e44ec59ac5d44b5c5cda840 /src/bin/pg_basebackup/pg_recvlogical.c
parent3ee4fcfc63452a1ab5586b2d4cb4b6908d1badff (diff)
downloadpostgresql-1d3b258cbe4aedfb49c92c28b9cbd7c18d277e04.tar.gz
postgresql-1d3b258cbe4aedfb49c92c28b9cbd7c18d277e04.zip
Fix misc typos in comments.
Diffstat (limited to 'src/bin/pg_basebackup/pg_recvlogical.c')
-rw-r--r--src/bin/pg_basebackup/pg_recvlogical.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_basebackup/pg_recvlogical.c b/src/bin/pg_basebackup/pg_recvlogical.c
index 7b27aab5909..2b1377b5dd5 100644
--- a/src/bin/pg_basebackup/pg_recvlogical.c
+++ b/src/bin/pg_basebackup/pg_recvlogical.c
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
- * pg_recvlogical.c - receive data from a logical decoding slot in a streaming fashion
- * and write it to to a local file.
+ * pg_recvlogical.c - receive data from a logical decoding slot in a streaming
+ * fashion and write it to a local file.
*
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
*
@@ -110,7 +110,7 @@ sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested)
int len = 0;
/*
- * we normally don't want to send superflous feedbacks, but if it's
+ * we normally don't want to send superfluous feedbacks, but if it's
* because of a timeout we need to, otherwise wal_sender_timeout will
* kill us.
*/