Fixed typo.

This commit is contained in:
hiker 2015-11-10 08:08:22 +11:00
parent cdbc5cf15d
commit 36ebe29649

View File

@ -121,7 +121,7 @@ void ServerLobbyRoomProtocol::update()
m_current_protocol = new GetPublicAddress(this);
m_current_protocol->requestStart();
m_state = GETTING_PUBLIC_ADDRESS;
// The callback from GetPublicAddress will wake this protocl up
// The callback from GetPublicAddress will wake this protocol up
ProtocolManager::getInstance()->pauseProtocol(this);
break;
case GETTING_PUBLIC_ADDRESS: