Commit a9da329b authored by Magnus Hagander's avatar Magnus Hagander

Fix speling error

Reported by Alexander Lakhin in bug #15423
parent 52ed730d
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment