mirror of
https://github.com/json-c/json-c.git
synced 2026-03-26 08:29:06 +08:00
Fix typos
Mostly found with codespell and during code review.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user