From 9099a76f45bae8ad1cc6d894144bad48279fa8c8 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 16 Jun 2021 17:30:48 +0200 Subject: [PATCH] fix spelling in comment --- src/matrix/room/sending/PendingEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/room/sending/PendingEvent.js b/src/matrix/room/sending/PendingEvent.js index 9f54e3c3..7738847f 100644 --- a/src/matrix/room/sending/PendingEvent.js +++ b/src/matrix/room/sending/PendingEvent.js @@ -53,7 +53,7 @@ export class PendingEvent { get relatedEventId() { const relation = getRelationFromContent(this.content); if (relation) { - // may be null when target is not sent yet, is indented + // may be null when target is not sent yet, is intended return relation.event_id; } else { return this._data.relatedEventId;