mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 13:37:53 -05:00
chore: fix some typos
Fix some typos reported by Lintian
This commit is contained in:
@ -15,7 +15,7 @@ RoomNetwork::RoomNetwork() {
|
||||
|
||||
bool RoomNetwork::Init() {
|
||||
if (enet_initialize() != 0) {
|
||||
LOG_ERROR(Network, "Error initalizing ENet");
|
||||
LOG_ERROR(Network, "Error initializing ENet");
|
||||
return false;
|
||||
}
|
||||
m_room = std::make_shared<Room>();
|
||||
|
Reference in New Issue
Block a user