i3bar: spelling fixes (2)
This commit is contained in:
@ -241,7 +241,7 @@ void parse_config_json(char *json) {
|
||||
|
||||
state = yajl_parse(handle, (const unsigned char *)json, strlen(json));
|
||||
|
||||
/* FIXME: Proper errorhandling for JSON-parsing */
|
||||
/* FIXME: Proper error handling for JSON parsing */
|
||||
switch (state) {
|
||||
case yajl_status_ok:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user