# From: Michael Fladischer # Subject: Fixing spelling error in xtrabackup.cc --- a/plugin/innobase/xtrabackup/xtrabackup.cc +++ b/plugin/innobase/xtrabackup/xtrabackup.cc @@ -5052,7 +5052,7 @@ HASH_INSERT(xtrabackup_tables_t, name_hash, tables_hash, ut_fold_string(table->name), table); - printf("xtrabackup: table '%s' is registerd to the list.\n", table->name); + printf("xtrabackup: table '%s' is registered to the list.\n", table->name); } } skip_tables_file_register: