From 602b93bdf0db5653d9a47204af27c0ad33d40bd2 Mon Sep 17 00:00:00 2001
From: "Kai A. Hiller" <V02460@gmail.com>
Date: Wed, 7 Aug 2019 16:23:58 -0400
Subject: [PATCH] Correct spelling in error message

Signed-off-by: Kai A. Hiller <V02460@gmail.com>
---
 src/matrixeventprocessor.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/matrixeventprocessor.ts b/src/matrixeventprocessor.ts
index 5c9efc3..dad2ca4 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);
-- 
GitLab