Fix speling error

Reported by Alexander Lakhin in bug #15423
This commit is contained in:
Magnus Hagander 2018-10-08 08:57:24 +02:00
parent 52ed730d51
commit a9da329be0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}