Fix spelling mistakes

This commit is contained in:
Eric Engestrom 2016-04-02 16:00:05 +01:00
parent 0d4c31edcd
commit 3e8081514d
8 changed files with 16 additions and 16 deletions

View file

@ -11,7 +11,7 @@ enum ipc_command_type {
IPC_GET_BAR_CONFIG = 6,
IPC_GET_VERSION = 7,
IPC_GET_INPUTS = 8,
// Events send from sway to clients. Events have the higest bits set.
// Events send from sway to clients. Events have the highest bits set.
IPC_EVENT_WORKSPACE = (1 << (31 - 0)),
IPC_EVENT_OUTPUT = (1 << (31 - 1)),
IPC_EVENT_MODE = (1 << (31 - 2)),