summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.cc
diff options
context:
space:
mode:
authorKristian Nielsen <knielsen@knielsen-hq.org>2015-03-16 10:54:47 +0100
committerKristian Nielsen <knielsen@knielsen-hq.org>2015-03-16 10:54:47 +0100
commit2e82a8233c841dc2c2ace77d749363dec0bd4f98 (patch)
treeb1d05e1a3b97ffc6c53eaa9842249e899e9fe071 /sql/rpl_rli.cc
parent184f718fef0101a7559364cb97e22ee568e64c12 (diff)
downloadmariadb-git-2e82a8233c841dc2c2ace77d749363dec0bd4f98.tar.gz
MDEV-7785: errorneous -> erroneous spelling mistake
Diffstat (limited to 'sql/rpl_rli.cc')
-rw-r--r--sql/rpl_rli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_rli.cc b/sql/rpl_rli.cc
index 4ca8282956c..a324c3c30da 100644
--- a/sql/rpl_rli.cc
+++ b/sql/rpl_rli.cc
@@ -1769,7 +1769,7 @@ void rpl_group_info::cleanup_context(THD *thd, bool error)
trans_rollback(thd); // if a "real transaction"
/*
Now that we have rolled back the transaction, make sure we do not
- errorneously update the GTID position.
+ erroneously update the GTID position.
*/
gtid_pending= false;
}