aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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) {