diff options
author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-04-02 19:09:12 +0200 |
---|---|---|
committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-04-02 19:09:12 +0200 |
commit | 4885a6c423b9bcf4a60e57b32f528b9c90d09cd8 (patch) | |
tree | 89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /include/ipc.h | |
parent | 0d4c31edcd49e1780da9f637474adeb09d3b11c7 (diff) | |
parent | 3e8081514d28871f8c780550719b2ea481b038c3 (diff) | |
download | sway-4885a6c423b9bcf4a60e57b32f528b9c90d09cd8.tar.xz |
Merge pull request #569 from 1ace/master
Fix spelling mistakes
Diffstat (limited to 'include/ipc.h')
-rw-r--r-- | include/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipc.h b/include/ipc.h index 06053190..21da2be3 100644 --- a/include/ipc.h +++ b/include/ipc.h @@ -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)), |