From f60ddcd05b4e5122f727854949244d8b1dc0548e Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Sat, 23 Apr 2016 12:15:13 +0200 Subject: [PATCH] Adds missing character (in a comment). --- parson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parson.h b/parson.h index fde9738..1be1aa4 100644 --- a/parson.h +++ b/parson.h @@ -104,7 +104,7 @@ int json_value_equals(const JSON_Value *a, const JSON_Value *b); JSON_Status json_validate(const JSON_Value *schema, const JSON_Value *value); /* - * JSON Objec + * JSON Object */ JSON_Value * json_object_get_value (const JSON_Object *object, const char *name); const char * json_object_get_string (const JSON_Object *object, const char *name);