Typo in pg_backup_custom.c
Started by Daniel Gustafssonalmost 8 years ago2 messages
Attached fixes a typo, which according to Git is close to being allowed to
drive.
cheers ./daniel
Attachments:
typo_pgbackupcustom.patchapplication/octet-stream; name=typo_pgbackupcustom.patchDownload
From 6237352ba7e396a18fe69d1eeb882e8afcd525c2 Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson <daniel@yesql.se>
Date: Thu, 29 Mar 2018 15:35:40 +0200
Subject: [PATCH] Fix typo in pg_backup_custom.c
---
src/bin/pg_dump/pg_backup_custom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/pg_dump/pg_backup_custom.c b/src/bin/pg_dump/pg_backup_custom.c
index 3da00403a1..ad18a6c684 100644
--- a/src/bin/pg_dump/pg_backup_custom.c
+++ b/src/bin/pg_dump/pg_backup_custom.c
@@ -4,7 +4,7 @@
*
* Implements the custom output format.
*
- * The comments with the routined in this code are a good place to
+ * The comments with the routines in this code are a good place to
* understand how to write a new format.
*
* See the headers to pg_restore for more details.
--
2.14.1.145.gb3622a4ee
Re: Typo in pg_backup_custom.c
On Thu, Mar 29, 2018 at 3:43 PM, Daniel Gustafsson <daniel@yesql.se> wrote:
Attached fixes a typo, which according to Git is close to being allowed to
drive.
Applied, thanks.
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>