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

@@ -948,7 +948,7 @@ int json_read_value(json_engine_t *j)
{
int t_next, c_len, res;
j->value_type= JSON_VALUE_UNINITALIZED;
j->value_type= JSON_VALUE_UNINITIALIZED;
if (j->state == JST_KEY)
{
while (json_read_keyname_chr(j) == 0) {}