1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

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 1c7f585b5c
commit 4d7c74039f

View File

@@ -1982,7 +1982,7 @@ BaseBackup(void)
if (sqlstate && if (sqlstate &&
strcmp(sqlstate, ERRCODE_DATA_CORRUPTED) == 0) strcmp(sqlstate, ERRCODE_DATA_CORRUPTED) == 0)
{ {
fprintf(stderr, _("%s: checksum error occured\n"), fprintf(stderr, _("%s: checksum error occurred\n"),
progname); progname);
checksum_failure = true; checksum_failure = true;
} }