From b1c45afb01248f5d6d6d2f0761a35843576f940f Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 15 May 2017 11:08:02 +0200 Subject: [PATCH] Fix typo in comment Michael Paquier --- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index b3811bc44e..a75d565843 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)