Changed: Minor typos

This commit is contained in:
kervala 2012-11-24 20:23:13 +01:00
parent 084c457d85
commit 655b79ce7b
3 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ void CGroupHTML::addImageDownload(const string &url, CViewBase *img)
nlwarning("add to download '%s' dest '%s' img %p", url.c_str(), dest.c_str(), img);
#endif
// erase the tmp file if exists
// erase the tmp file if exists
if (NLMISC::CFile::fileExists(tmpdest))
NLMISC::CFile::deleteFile(tmpdest);

View file

@ -518,7 +518,7 @@ void CUserEntity::updateVisualPropertyName(const NLMISC::TGameCycle &gameCycle,
html->browse("home");
}
}
*/
*/
}// updateVisualPropertyName //
//-----------------------------------------------

View file

@ -142,7 +142,7 @@ CDynChatChan::CDynChatChan()
_ID(CEntityId::Unknown),
_DontBroadcastPlayerInputs(false),
_ForwardPlayerIntputToOwnerService(false),
_UnifyChannel(false)
_UnifyChannel(false)
{
}