Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAndreLuiz authored May 30, 2021
1 parent d446f57 commit 70e4aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ send_command(const struct command *c, int argc, char **argv)
ev.xclient.format = 32;

/* We use the following protocol:
* If the given command is related to berry's confid then assign it a value of
* If the given command is related to berry's config then assign it a value of
* IPCConfig at d[0]. Then, assign the specific config element at d[1], shifting
* all values up by one.
* Otherwise, set the IPC command at d[0] and assign arguments from 1 upwards.
Expand Down

0 comments on commit 70e4aec

Please sign in to comment.