Fix typos

Mostly found with codespell and during code review.
This commit is contained in:
Tobias Stoeckmann
2022-03-06 16:07:36 +01:00
parent a4389f4f30
commit 543a8eb5f9
7 changed files with 9 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ static void test_example_get(void)
json_object_put(jo1);
}
/* I'm not too happy with the RFC example to test the recusion of the json_pointer_get() function */
/* I'm not too happy with the RFC example to test the recursion of the json_pointer_get() function */
static void test_recursion_get(void)
{
struct json_object *jo2, *jo1 = json_tokener_parse(rec_input_json_str);