Skip to content

Commit

Permalink
Fix typo in client.c (#3950)
Browse files Browse the repository at this point in the history
Complete parenthese
  • Loading branch information
elig0n authored Sep 7, 2024
1 parent 03285e8 commit d53eb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d53eb1b

Please sign in to comment.