summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorOli Sennhauser <oli.sennhauser@bluewin.ch>2021-01-14 14:35:45 +0100
committerRobert Bindar <robert@mariadb.org>2021-07-15 10:42:54 +0300
commitda495b1b697d7cde0af8c7900dc9762cc3f7455b (patch)
tree0492da291cadee5db8a954df290440aa5885e919 /extra
parent0f6e170c34700a2964556839c676c1b7768f3ffb (diff)
downloadmariadb-git-da495b1b697d7cde0af8c7900dc9762cc3f7455b.tar.gz
Typo fix in extrabackup.cc and innobackupex.cc
Thanks to @shinguz for helping with this. This a backport commit from 10.7
Diffstat (limited to 'extra')
-rw-r--r--extra/mariabackup/innobackupex.cc2
-rw-r--r--extra/mariabackup/xtrabackup.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/mariabackup/innobackupex.cc b/extra/mariabackup/innobackupex.cc
index c4c8ec7f17b..4bbdeead0d6 100644
--- a/extra/mariabackup/innobackupex.cc
+++ b/extra/mariabackup/innobackupex.cc
@@ -307,7 +307,7 @@ static struct my_option ibx_long_options[] =
{"force-non-empty-directories", OPT_FORCE_NON_EMPTY_DIRS, "This "
"option, when specified, makes --copy-back or --move-back transfer "
"files to non-empty directories. Note that no existing files will be "
- "overwritten. If --copy-back or --nove-back has to copy a file from "
+ "overwritten. If --copy-back or --move-back has to copy a file from "
"the backup directory which already exists in the destination "
"directory, it will still fail with an error.",
(uchar *) &opt_ibx_force_non_empty_dirs,
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc
index dc6227b6b7b..6f4ad7d9e17 100644
--- a/extra/mariabackup/xtrabackup.cc
+++ b/extra/mariabackup/xtrabackup.cc
@@ -1281,7 +1281,7 @@ struct my_option xb_client_options[]= {
"This "
"option, when specified, makes --copy-back or --move-back transfer "
"files to non-empty directories. Note that no existing files will be "
- "overwritten. If --copy-back or --nove-back has to copy a file from "
+ "overwritten. If --copy-back or --move-back has to copy a file from "
"the backup directory which already exists in the destination "
"directory, it will still fail with an error.",
(uchar *) &opt_force_non_empty_dirs, (uchar *) &opt_force_non_empty_dirs,