X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3bar%2Finclude%2Fmode.h;h=828d4906a695033aad2fe8fa2132b1b5a48fbfc1;hb=884214f14fdbd0a4a368d2a36d5e50324fa1d52a;hp=6c3833f4ccfd05a4ee8267b413f350d65e5c2e57;hpb=b0990c183ae1e25aaddb2af40eeb11eff1a208af;p=i3%2Fi3 diff --git a/i3bar/include/mode.h b/i3bar/include/mode.h index 6c3833f4..828d4906 100644 --- a/i3bar/include/mode.h +++ b/i3bar/include/mode.h @@ -2,9 +2,9 @@ * vim:ts=4:sw=4:expandtab * * i3bar - an xcb-based status- and ws-bar for i3 - * © 2010-2012 Axel Wagner and contributors (see also: LICENSE) + * © 2010 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);