json: fix typo (patch from Simon Josefsson)

This commit is contained in:
Alfred E. Heggestad 2015-10-28 18:14:05 +00:00
parent 945ef0b69a
commit b66d0d04c6

View file

@ -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;
}