diff options
author | David Rowley <drowley@postgresql.org> | 2024-05-04 02:33:25 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-05-04 02:33:25 +1200 |
commit | a42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch) | |
tree | 179e5cab5edf67090abbc3edd6e31fe50ff74e87 /src/bin/pg_combinebackup/pg_combinebackup.c | |
parent | 4a044b9497093f349605fb9912446c5f1bcf228c (diff) | |
download | postgresql-a42fc1c903b54ba94374e5e0c08905b9a1479f19.tar.gz postgresql-a42fc1c903b54ba94374e5e0c08905b9a1479f19.zip |
Fix an assortment of typos
Author: Alexander Lakhin
Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
Diffstat (limited to 'src/bin/pg_combinebackup/pg_combinebackup.c')
-rw-r--r-- | src/bin/pg_combinebackup/pg_combinebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_combinebackup/pg_combinebackup.c b/src/bin/pg_combinebackup/pg_combinebackup.c index 027a16a26ca..f4a1f499536 100644 --- a/src/bin/pg_combinebackup/pg_combinebackup.c +++ b/src/bin/pg_combinebackup/pg_combinebackup.c @@ -844,7 +844,7 @@ process_directory_recursively(Oid tsoid, * files requiring reconstruction. If such files occur outside these * directories, we want to just copy them straight to the output * directory. This is to protect against a user creating a file with a - * strange name like INCREMENTAL.config and then compaining that + * strange name like INCREMENTAL.config and then complaining that * incremental backups don't work properly. The test here is a bit tricky: * incremental files occur in subdirectories of base, in pg_global itself, * and in subdirectories of pg_tblspc only if in-place tablespaces are |