summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-05-18 05:32:10 -0400
committerTest_User <hax@andrewyu.org>2023-05-18 05:32:10 -0400
commitdadc739154d27429c55e58ea3dd0ca1284694097 (patch)
tree516b3ccaa0958eae56bcacb31da4823b05e3d735
parentef8638d389a34fbad9f2dd0dae026fc79408654c (diff)
downloadcoupserv-dadc739154d27429c55e58ea3dd0ca1284694097.tar.gz
coupserv-dadc739154d27429c55e58ea3dd0ca1284694097.zip
Fix typo
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index a99e36e..d0d6d02 100644
--- a/commands.c
+++ b/commands.c
@@ -108,7 +108,7 @@ static struct command_def sus_command_def = {
.func = sus_command,
.privs = {0},
.local_only = 0,
- .summary = STRING("You seems a bit sus today\n"),
+ .summary = STRING("You seem a bit sus today\n"),
};
int cr_command(struct string sender, struct string original_message, struct string to, uint64_t argc, struct string *argv) {