diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-04-12 10:46:17 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-04-12 10:49:40 +0300 |
commit | 3a9951d62e37d0660505d9e6fe6647f6b4743008 (patch) | |
tree | b8c09b4caa430b9d492630492703d65e31c84c94 | |
parent | 9abf89828e8db73a4a28afd5e477be964b970073 (diff) |
Remove duplicated words in comments.
David Rowley
-rw-r--r-- | src/bin/pg_basebackup/pg_basebackup.c | 2 |
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 61d2cb3a73b..7a3e82983f6 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -318,7 +318,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. */ |