This commit is contained in:
Rasmus Karlsson 2024-10-20 11:44:33 +02:00
parent 55b8daf7a0
commit 1f5e99cd55
No known key found for this signature in database

View file

@ -2326,7 +2326,7 @@ QString MessageBuilder::parseRoomID(const QVariantMap &tags,
qCWarning(chatterinoTwitch)
<< "The room-ID of the received message doesn't match the "
"room-ID of the channel - received:"
<< roomID << "chanel:" << twitchChannel->roomId();
<< roomID << "channel:" << twitchChannel->roomId();
}
}
return roomID;