mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 00:38:16 -05:00
chore: fix some typos
Fix some typos reported by Lintian
This commit is contained in:
@ -929,7 +929,7 @@ BSD::BSD(Core::System& system_, const char* name)
|
||||
proxy_packet_received = room_member->BindOnProxyPacketReceived(
|
||||
[this](const Network::ProxyPacket& packet) { OnProxyPacketReceived(packet); });
|
||||
} else {
|
||||
LOG_ERROR(Service, "Network isn't initalized");
|
||||
LOG_ERROR(Service, "Network isn't initialized");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user