summaryrefslogtreecommitdiff
path: root/sql/rpl_parallel.cc
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2020-03-04 18:30:08 +0200
committerOtto Kekäläinen <otto@kekalainen.net>2020-03-16 00:10:50 +0200
commitc8388de2fd9d6132f5e74a2e7943a98fbdcf2c58 (patch)
treeafb45488d109e3baaa80c9e71b6e7ce7a737e205 /sql/rpl_parallel.cc
parent3c57693ff199b066c9cd5eef4f5a2ec6ca5b7898 (diff)
downloadmariadb-git-c8388de2fd9d6132f5e74a2e7943a98fbdcf2c58.tar.gz
Fix various spelling errors
e.g. - dont -> don't - occurence -> occurrence - succesfully -> successfully - easyly -> easily Also remove trailing space in selected files. These changes span: - server core - Connect and Innobase storage engine code - OQgraph, Sphinx and TokuDB storage engines Related to MDEV-21769.
Diffstat (limited to 'sql/rpl_parallel.cc')
-rw-r--r--sql/rpl_parallel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_parallel.cc b/sql/rpl_parallel.cc
index 6d89651b067..ce612999eaf 100644
--- a/sql/rpl_parallel.cc
+++ b/sql/rpl_parallel.cc
@@ -795,7 +795,7 @@ do_retry:
else
{
/*
- A failure of a preceeding "parent" transaction may not be
+ A failure of a preceding "parent" transaction may not be
seen by the current one through its own worker_error.
Such induced error gets set by ourselves now.
*/