plugin/innobase/xtrabackup/xtrabackup.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
# From: Michael Fladischer <michael@fladi.at>
# Subject: Fixing spelling error in xtrabackup.cc
--- a/plugin/innobase/xtrabackup/xtrabackup.cc
+++ b/plugin/innobase/xtrabackup/xtrabackup.cc
@@ -5023,7 +5023,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: