From a9da329be0bec586589cefc78da03ddb3fc13cbb Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 8 Oct 2018 08:57:24 +0200 Subject: [PATCH] Fix speling error Reported by Alexander Lakhin in bug #15423 --- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 96a4dce4bf..d6fef38760 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; }