From 4d7c74039f091e04e520d5688c964f653f8c55a8 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 ef4cfc4384..20c7a83078 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; }