diff options
author | Oli Sennhauser <oli.sennhauser@bluewin.ch> | 2021-01-14 14:35:45 +0100 |
---|---|---|
committer | Robert Bindar <robert@mariadb.org> | 2021-07-12 13:29:55 +0300 |
commit | 2c4d1fb544039d86c516c8a37ce60ca07a02ca33 (patch) | |
tree | e91373d656cece3a6a70fa620d66dcff577b1411 | |
parent | f7216fa63d69448c3de1532a1dd197d0f28faefd (diff) | |
download | mariadb-git-bb-10.7-robert.tar.gz |
Typo fix in extrabackup.cc and innobackupex.ccbb-10.7-robert
Thanks to @shinguz for helping with this.
-rw-r--r-- | extra/mariabackup/innobackupex.cc | 2 | ||||
-rw-r--r-- | extra/mariabackup/xtrabackup.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/mariabackup/innobackupex.cc b/extra/mariabackup/innobackupex.cc index 99440faf864..20f87354fd0 100644 --- a/extra/mariabackup/innobackupex.cc +++ b/extra/mariabackup/innobackupex.cc @@ -309,7 +309,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 21f27c0c8ed..2beebea44f4 100644 --- a/extra/mariabackup/xtrabackup.cc +++ b/extra/mariabackup/xtrabackup.cc @@ -1207,7 +1207,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, |