summaryrefslogtreecommitdiff
path: root/sql/sp_head.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/sp_head.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/sp_head.cc')
-rw-r--r--sql/sp_head.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index b63cf79dd7e..f840904def3 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -1472,7 +1472,7 @@ sp_head::execute(THD *thd, bool merge_da_on_success)
/*
Reset the return code to zero if the transaction was
- replayed succesfully.
+ replayed successfully.
*/
if (must_replay && !wsrep_current_error(thd))
{