From 2e0ca18c070e4525f56ea5d3d71ac1289d86c38f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 16 Dec 2020 21:22:05 +1100 Subject: [PATCH] docs: fix simple typo, repective -> respective There is a small typo in src/handler.c. Should read `respective` rather than `repective`. --- src/handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler.c b/src/handler.c index bac09d8..c25d1f3 100644 --- a/src/handler.c +++ b/src/handler.c @@ -139,7 +139,7 @@ static void map_event(xcb_generic_event_t *ev) * * Used when a window sends a destroy event, signalling that it wants to be * unmapped. The client that the window belongs to is then removed from the - * client list for its repective workspace. + * client list for its respective workspace. * * @param ev The destroy event. */