summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_basebackup.c
diff options
context:
space:
mode:
authorHeikki Linnakangas2015-04-12 07:46:17 +0000
committerHeikki Linnakangas2015-04-12 07:46:17 +0000
commita10589a5128e841d3faf94a2d8417a4f5497c4ac (patch)
tree59dc1aada629f4db61a149407772f63a493beba5 /src/bin/pg_basebackup/pg_basebackup.c
parent83aca89f7c3f913d960e2ea2d4d93b7d8e7a691d (diff)
Remove duplicated words in comments.
David Rowley
Diffstat (limited to 'src/bin/pg_basebackup/pg_basebackup.c')
-rw-r--r--src/bin/pg_basebackup/pg_basebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c
index fbf7106fec5..f2b54bc0261 100644
--- a/src/bin/pg_basebackup/pg_basebackup.c
+++ b/src/bin/pg_basebackup/pg_basebackup.c
@@ -433,7 +433,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir);
/*
- * Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to
+ * Create pg_xlog/archive_status (and thus pg_xlog) so we can write to
* basedir/pg_xlog as the directory entry in the tar file may arrive
* later.
*/