From: Magnus Hagander Date: Mon, 8 Oct 2018 06:57:24 +0000 (+0200) Subject: Fix speling error X-Git-Tag: REL_11_RC1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d7c74039f091e04e520d5688c964f653f8c55a8;p=thirdparty%2Fpostgresql.git Fix speling error Reported by Alexander Lakhin in bug #15423 --- 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; }