Skip to content

Commit

Permalink
Merge pull request #135 from the0and/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
JLErvin authored Jun 13, 2021
2 parents 55c844f + 70e4aec commit fdfd800
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 fdfd800

Please sign in to comment.