linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #04643
[Bug 970941] [NEW] Spelling error in plugin/innobase/xtrabackup/xtrabackup.cc
Public bug reported:
Spelling error: registerd --> registered
This patch is currently appied to the Debian package:
--- 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:
coldtobi
** Affects: drizzle
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/970941
Title:
Spelling error in plugin/innobase/xtrabackup/xtrabackup.cc
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
New
Bug description:
Spelling error: registerd --> registered
This patch is currently appied to the Debian package:
--- 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:
coldtobi
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/970941/+subscriptions
Follow ups
References