typo fixed

This commit is contained in:
Sergei Golubchik 2021-08-26 15:13:48 +02:00
parent 228630f61a
commit fe2a7048e7

View File

@ -3405,7 +3405,7 @@ static void xb_load_single_table_tablespace(const char *dirname,
delete file;
if (err != DB_SUCCESS && xtrabackup_backup && !is_empty_file) {
die("Failed to not validate first page of the file %s, error %d",name, (int)err);
die("Failed to validate first page of the file %s, error %d",name, (int)err);
}
ut_free(name);