From 1501d36470e7ee401f832ee14d18a19589027559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 11 May 2021 08:02:46 +0200 Subject: [PATCH] wayland: codespell: pre-empt -> preempt --- wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland.c b/wayland.c index ac43d96f..102b29c5 100644 --- a/wayland.c +++ b/wayland.c @@ -679,7 +679,7 @@ xdg_surface_configure(void *data, struct xdg_surface *xdg_surface, * stuck on Sway-1.5, and will be so for the foreseeable * future. * - * TODO: check for e.g. SWAYSOCK and only pre-empt if it exists? + * TODO: check for e.g. SWAYSOCK and only preempt if it exists? * We'd still be pre-emptying on Sway-1.6, but at least other * compositors would be unaffected. *