spa: fix spelling

This commit is contained in:
Pauli Virtanen 2024-03-27 18:38:06 +02:00
parent 3e99a0e839
commit 27ccf32030
1 changed files with 6 additions and 6 deletions

View File

@ -316,18 +316,18 @@ static inline bool spa_json_get_error(struct spa_json *iter, const char *start,
static const char *reasons[] = {
"System error",
"Invalid array separator",
"Expected Object key",
"Expected Object value",
"Expected object key",
"Expected object value",
"Too deep nesting",
"Expected array close backet",
"Expected object close backet",
"Mismatched backet",
"Expected array close bracket",
"Expected object close brace",
"Mismatched bracket",
"Escape not allowed",
"Character not allowed",
"Invalid escape",
"Invalid state",
"Unfinished string",
"Expected key separtor",
"Expected key separator",
};
if (!(iter->state & SPA_JSON_ERROR_FLAG))