fixed spelling errors in several files

This commit is contained in:
realityfabric 2015-12-02 06:18:17 -08:00
parent 4b38b66937
commit 9f561993ee
6 changed files with 10 additions and 10 deletions

View file

@ -1288,7 +1288,7 @@ void DistributedChatService::handleRecvLobbyInvite(RsChatLobbyInviteItem *item)
else
std::cerr << " : Match!" << std::endl;
std::cerr << " Addign new friend " << item->PeerId() << " to lobby." << std::endl;
std::cerr << " Adding new friend " << item->PeerId() << " to lobby." << std::endl;
#endif
it->second.participating_friends.insert(item->PeerId()) ;