i3bar: spelling fixes (2)

This commit is contained in:
shdown
2015-03-24 15:41:16 +03:00
parent e8704bb33b
commit 6922a820a6
11 changed files with 31 additions and 31 deletions

View File

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