summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2018-10-08 06:57:24 +0000
committerMagnus Hagander2018-10-08 07:05:05 +0000
commit4d7c74039f091e04e520d5688c964f653f8c55a8 (patch)
tree9c0df0b79cccd388f56bcb395d02a0f1c086cb68
parent1c7f585b5c1a317bdbdf7d41c7ffab9968738149 (diff)
Fix speling error
Reported by Alexander Lakhin in bug #15423
-rw-r--r--src/bin/pg_basebackup/pg_basebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c
index ef4cfc43847..20c7a830782 100644
--- a/src/bin/pg_basebackup/pg_basebackup.c
+++ b/src/bin/pg_basebackup/pg_basebackup.c
@@ -1982,7 +1982,7 @@ BaseBackup(void)
if (sqlstate &&
strcmp(sqlstate, ERRCODE_DATA_CORRUPTED) == 0)
{
- fprintf(stderr, _("%s: checksum error occured\n"),
+ fprintf(stderr, _("%s: checksum error occurred\n"),
progname);
checksum_failure = true;
}