From 3e8081514d28871f8c780550719b2ea481b038c3 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 2 Apr 2016 16:00:05 +0100 Subject: Fix spelling mistakes --- include/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ipc.h') 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)), -- cgit v1.2.3-70-g09d2