chore: fix some typos
Fix some typos reported by Lintian
This commit is contained in:
parent
8d4458ef24
commit
4a493cb10f
5 changed files with 6 additions and 6 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue