summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2016-03-07 14:25:02 +0400
committerSergey Vojtovich <svoj@mariadb.org>2016-03-07 14:25:02 +0400
commit3c37f35f05d02d736d551578312f3d3442108fde (patch)
tree931f4a045467951a6ef8833631d6f0aeb04b53c3 /sql/sp_head.h
parentf8251911a44f6b65c2377e9945e208e240dfec33 (diff)
parent1777fd5f556a9c68cae01ad2aadaf4865984e649 (diff)
downloadmariadb-git-3c37f35f05d02d736d551578312f3d3442108fde.tar.gz
Merge pull request #159 from ottok/ok-debpkg-10.0
Fix spelling: occurred, execute, which etc
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index dbdb957aa79..71a64d9a5af 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -608,7 +608,7 @@ public:
instruction for CONTINUE error handlers.
@retval 0 on success,
- @retval other if some error occured
+ @retval other if some error occurred
*/
virtual int execute(THD *thd, uint *nextp) = 0;