diff options
-rw-r--r-- | events/roommessageevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events/roommessageevent.cpp b/events/roommessageevent.cpp index 179eac77..3fb0226a 100644 --- a/events/roommessageevent.cpp +++ b/events/roommessageevent.cpp @@ -146,7 +146,7 @@ TextContent::TextContent(const QJsonObject& json) { QMimeDatabase db; - // Special-casing the custom matrix.org's (actually, Vector's) way + // Special-casing the custom matrix.org's (actually, Riot's) way // of sending HTML messages. if (json["format"].toString() == "org.matrix.custom.html") { |