diff --git a/src/matrixeventprocessor.ts b/src/matrixeventprocessor.ts
index 5c9efc3816eb4f1c30b8cc3987640e6189d7c0e3..dad2ca42e0e0d26812cfab5d4a43db025e9da4d2 100644
--- a/src/matrixeventprocessor.ts
+++ b/src/matrixeventprocessor.ts
@@ -129,7 +129,7 @@ export class MatrixEventProcessor {
             return;
         } else if (event.type === "m.room.redaction") {
             if (!context.rooms.remote) {
-                log.warn("Got radaction event with no linked room. Ignoring.");
+                log.warn("Got redaction event with no linked room. Ignoring.");
                 return;
             }
             await this.discord.ProcessMatrixRedact(event);