diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-03-29 19:10:04 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-03-29 19:10:04 +0200 |
commit | 9778d5c180c06998c315a4ae4753b927e3bc4ea8 (patch) | |
tree | 7ca93842565283542360f998503f352b7cc7cae2 | |
parent | 2b1759e2675fc01d6945c9a5fa65c7d7121212f7 (diff) | |
download | postgresql-9778d5c180c06998c315a4ae4753b927e3bc4ea8.tar.gz postgresql-9778d5c180c06998c315a4ae4753b927e3bc4ea8.zip |
Fix typo in comment
Author: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r-- | src/bin/pg_dump/pg_backup_custom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup_custom.c b/src/bin/pg_dump/pg_backup_custom.c index 3da00403a15..ad18a6c684b 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. |