diff options
| author | Magnus Hagander | 2018-03-29 17:10:04 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2018-03-29 17:10:04 +0000 |
| commit | 9778d5c180c06998c315a4ae4753b927e3bc4ea8 (patch) | |
| tree | 7ca93842565283542360f998503f352b7cc7cae2 | |
| parent | 2b1759e2675fc01d6945c9a5fa65c7d7121212f7 (diff) | |
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. |
