diff --git a/handlers/commands/warn.js b/handlers/commands/warn.js
index d1c92be..3859d7f 100644
--- a/handlers/commands/warn.js
+++ b/handlers/commands/warn.js
@@ -38,7 +38,7 @@ const warnHandler = async ({ message, chat, reply, me, state }) => {
if (!userToWarn) {
return reply(
- 'ℹ️ Reply to a message or mentoin a user.',
+ 'ℹ️ Reply to a message or mention a user.',
replyOptions
).then(scheduleDeletion);
}