json: fix typo (patch from Simon Josefsson)
This commit is contained in:
parent
945ef0b69a
commit
b66d0d04c6
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ static int decode_value(struct json_value *val, const struct pl *pl)
|
|||
val->type = JSON_NULL;
|
||||
}
|
||||
else {
|
||||
re_printf("json: value of unkown type: <%r>\n", pl);
|
||||
re_printf("json: value of unknown type: <%r>\n", pl);
|
||||
err = EBADMSG;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue