From 70e4aec5284dba67ebf2077a4903113f62ed57e9 Mon Sep 17 00:00:00 2001 From: the0and <23707164+the0and@users.noreply.github.com> Date: Sun, 30 May 2021 10:36:00 -0300 Subject: [PATCH] Typo fix --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index d36b2ab..cadadda 100644 --- a/client.c +++ b/client.c @@ -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.