From 9778d5c180c06998c315a4ae4753b927e3bc4ea8 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 29 Mar 2018 19:10:04 +0200 Subject: [PATCH] Fix typo in comment Author: Daniel Gustafsson --- 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.