Typos in pg_basebackup.c

Started by Michael Paquierover 8 years ago2 messages
#1Michael Paquier
michael.paquier@gmail.com
1 attachment(s)

Hi all,

Found $subject while working on the area. A patch is attached.
Thanks,
--
Michael

Attachments:

basebackup-typo.patchapplication/octet-stream; name=basebackup-typo.patchDownload
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)
#2Magnus Hagander
magnus@hagander.net
In reply to: Michael Paquier (#1)
Re: Typos in pg_basebackup.c

On Mon, May 15, 2017 at 7:02 AM, Michael Paquier <michael.paquier@gmail.com>
wrote:

Hi all,

Found $subject while working on the area. A patch is attached.
Thanks,

Applied, thanks.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;