aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/pg_dump/pg_backup_custom.c2
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.