Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Oct 20, 2024
1 parent 55b8daf commit 1f5e99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/MessageBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f5e99c

Please sign in to comment.