aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup/write_manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_combinebackup/write_manifest.c')
-rw-r--r--src/bin/pg_combinebackup/write_manifest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_combinebackup/write_manifest.c b/src/bin/pg_combinebackup/write_manifest.c
index 82160134d8b..5cf36c2b057 100644
--- a/src/bin/pg_combinebackup/write_manifest.c
+++ b/src/bin/pg_combinebackup/write_manifest.c
@@ -272,7 +272,7 @@ flush_manifest(manifest_writer *mwriter)
}
/*
- * Encode bytes using two hexademical digits for each one.
+ * Encode bytes using two hexadecimal digits for each one.
*/
static size_t
hex_encode(const uint8 *src, size_t len, char *dst)