[network/ruqola] src/core/model: Fix typo

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 9abb32849f873be7ff8356ca50ca7188b80a0d02 by Laurent Montel.
Committed on 06/08/2026 at 05:08.
Pushed by mlaurent into branch 'master'.

Fix typo

M  +1    -1    src/core/model/messagesmodel.cpp

https://invent.kde.org/network/ruqola/-/commit/9abb32849f873be7ff8356ca50ca7188b80a0d02

diff --git a/src/core/model/messagesmodel.cpp b/src/core/model/messagesmodel.cpp
index 94e6f0b601..cd43ebd629 100644
--- a/src/core/model/messagesmodel.cpp
+++ b/src/core/model/messagesmodel.cpp
@@ -439,7 +439,7 @@ QString MessagesModel::convertedText(const Message &message, const QString &sear
     } else if (message.messageType() == Message::EncryptedText) {
         // TODO move in messageEncrypted
         const QByteArray content = message.messageEncrypted()->decrypt(mRoom->sessionKey());
-        qDebug() << " cxontent " << content;
+        qDebug() << " content " << content;
         if (!content.isEmpty()) {
             const QJsonDocument doc = QJsonDocument::fromJson(content);
             const QJsonObject obj = doc.object();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.