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
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue