summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2022-03-02 18:18:43 -0800
committerDaniel Black <daniel@mariadb.org>2022-03-03 13:42:49 +1100
commit1fa872f6ef57d25ad050dc1dadda27e4a0297751 (patch)
treec12af0fafc92110853f64c6d93ed04f415e36311 /extra
parent2db80c377328b696120c77bf20c3bfa923137e47 (diff)
downloadmariadb-git-1fa872f6ef57d25ad050dc1dadda27e4a0297751.tar.gz
Fix various spelling errors
Among others: existance -> existence reinitialze -> reinitialize successfuly -> successfully
Diffstat (limited to 'extra')
-rw-r--r--extra/mariabackup/xtrabackup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc
index 167d570ee2a..4f7dde67c67 100644
--- a/extra/mariabackup/xtrabackup.cc
+++ b/extra/mariabackup/xtrabackup.cc
@@ -604,7 +604,7 @@ void CorruptedPages::zero_out_free_pages()
die("Can't zero out corrupted page " UINT32PF " of tablespace %s",
*page_it, space_name.c_str());
msg("Corrupted page " UINT32PF
- " of tablespace %s was successfuly fixed.",
+ " of tablespace %s was successfully fixed.",
*page_it, space_name.c_str());
}
}