summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-10-22 21:29:31 +0200
committerSergei Golubchik <serg@mariadb.org>2017-11-09 20:47:56 +0100
commit7ec6c6fa6262c91eb0f9cf907651a53d760fb275 (patch)
treea4a0d5bc776212464984bfdbfd879755411e0ab1 /sql/item_cmpfunc.cc
parent3028357aa5918031b95fb2614552cc5c6d67e3df (diff)
downloadmariadb-git-7ec6c6fa6262c91eb0f9cf907651a53d760fb275.tar.gz
typo
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r--sql/item_cmpfunc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc
index b82e5e7f9f0..b086b084f97 100644
--- a/sql/item_cmpfunc.cc
+++ b/sql/item_cmpfunc.cc
@@ -5208,7 +5208,7 @@ void Regexp_processor_pcre::pcre_exec_warn(int rc) const
switch (rc)
{
case PCRE_ERROR_NULL:
- errmsg= "pcre_exec: null arguement passed";
+ errmsg= "pcre_exec: null argument passed";
break;
case PCRE_ERROR_BADOPTION:
errmsg= "pcre_exec: bad option";