summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-05-15 11:08:02 +0200
committerMagnus Hagander <magnus@hagander.net>2017-05-15 11:08:02 +0200
commitb1c45afb01248f5d6d6d2f0761a35843576f940f (patch)
treebb3f87b470e81d3b97a0298fdacb7632cbe89fab /src
parenteda4ef81511ea62e49f5ea9edb8fbfdd529dd959 (diff)
Fix typo in comment
Michael Paquier
Diffstat (limited to 'src')
-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 b3811bc44ea..a75d5658438 100644
--- a/src/bin/pg_basebackup/pg_basebackup.c
+++ b/src/bin/pg_basebackup/pg_basebackup.c
@@ -643,7 +643,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
/*
* Verify that the given directory exists and is empty. If it does not
* exist, it is created. If it exists but is not empty, an error will
- * be give and the process ended.
+ * be given and the process ended.
*/
static void
verify_dir_is_empty_or_create(char *dirname, bool *created, bool *found)