Skip to content

Commit fdfd800

Browse files
authored
Merge pull request #135 from the0and/patch-1
Typo fix
2 parents 55c844f + 70e4aec commit fdfd800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ send_command(const struct command *c, int argc, char **argv)
209209
ev.xclient.format = 32;
210210

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

0 commit comments

Comments
 (0)