i3bar: spelling fixes

This commit is contained in:
shdown
2015-03-23 22:56:49 +03:00
parent 8d0fb482d9
commit e8704bb33b
16 changed files with 87 additions and 87 deletions

View File

@ -4,7 +4,7 @@
* i3bar - an xcb-based status- and ws-bar for i3
* © 2010-2012 Axel Wagner and contributors (see also: LICENSE)
*
* mode.c: Handle mode-event and show current binding mode in the bar
* mode.c: Handle "mode" event and show current binding mode in the bar
*
*/
#pragma once
@ -22,7 +22,7 @@ struct mode {
typedef struct mode mode;
/*
* Start parsing the received json-string
* Start parsing the received JSON string
*
*/
void parse_mode_json(char *json);