From d53eb1be67f594f62fb6134fe40928e8ca17304a Mon Sep 17 00:00:00 2001 From: elig0n <31196036+elig0n@users.noreply.github.com> Date: Sun, 8 Sep 2024 00:42:37 +0300 Subject: [PATCH] Fix typo in client.c (#3950) Complete parenthese --- objects/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/client.c b/objects/client.c index 6946dbc63..17ad387ab 100644 --- a/objects/client.c +++ b/objects/client.c @@ -1375,7 +1375,7 @@ lua_class_t client_class; /** * The FreeDesktop StartId. * - * When a client is spawned (like using a terminal or `awful.spawn`, a startup + * When a client is spawned (like using a terminal or `awful.spawn`), a startup * notification identifier is created. When the client is created, this * identifier remain the same. This allow to match a spawn event to an actual * client.