diff options
Diffstat (limited to 'src/bin/pg_dump/pg_backup_custom.c')
-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 18d158ff6d4..2156d0f619c 100644 --- a/src/bin/pg_dump/pg_backup_custom.c +++ b/src/bin/pg_dump/pg_backup_custom.c @@ -228,7 +228,7 @@ _WriteExtraToc(ArchiveHandle *AH, TocEntry *te) * * Optional. * - * Needs to match the order defined in _WriteExtraToc, and sould also + * Needs to match the order defined in _WriteExtraToc, and should also * use the Archiver input routines. */ static void |