Fix typo in client.c (#3950)

Complete parenthese
This commit is contained in:
elig0n 2024-09-08 00:42:37 +03:00 committed by GitHub
parent 03285e8589
commit d53eb1be67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.