summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchansuke <moonset20@gmail.com>2022-06-07 22:33:37 +0900
committerDaniel Black <daniel@mariadb.org>2022-06-08 13:37:35 +1000
commit960f0344a21af4bd8d422b9bfb9a617947d7541d (patch)
treec1eafc0fd03d372e04d894ebfc7e1801e60eb7d1
parent37ea0778733a21ae603788853ac4fb9a3be9915a (diff)
downloadmariadb-git-960f0344a21af4bd8d422b9bfb9a617947d7541d.tar.gz
MDEV-25273: fix typo (s/strucures/structures/)
-rw-r--r--sql/share/errmsg-utf8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index 300ec1eaa46..b05fa5e5412 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -7637,7 +7637,7 @@ ER_JSON_SYNTAX
ER_JSON_ESCAPING
eng "Incorrect escaping in JSON text in argument %d to function '%s' at position %d"
ER_JSON_DEPTH
- eng "Limit of %d on JSON nested strucures depth is reached in argument %d to function '%s' at position %d"
+ eng "Limit of %d on JSON nested structures depth is reached in argument %d to function '%s' at position %d"
ER_JSON_PATH_EOS
eng "Unexpected end of JSON path in argument %d to function '%s'"
ER_JSON_PATH_SYNTAX