Skip to content
Permalink
Browse files
MDEV-25273: fix typo (s/strucures/structures/)
  • Loading branch information
chansuke authored and grooverdan committed Jun 8, 2022
1 parent 37ea077 commit 960f034
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 960f034

Please sign in to comment.