mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix typo
This commit is contained in:
parent
55b8daf7a0
commit
1f5e99cd55
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue