1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

fix json typo s/UNINITALIZED/UNINITIALIZED/

This commit is contained in:
Eric Herman
2021-05-23 14:16:01 +00:00
committed by Vicențiu-Marian Ciorbaru
parent 71ed8c136f
commit 7b587fcbe7
3 changed files with 3 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ enum json_states {
enum json_value_types
{
JSON_VALUE_UNINITALIZED=0,
JSON_VALUE_UNINITIALIZED=0,
JSON_VALUE_OBJECT=1,
JSON_VALUE_ARRAY=2,
JSON_VALUE_STRING=3,