1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Spelling fixes: privilaged -> privileged, retreive -> retrieve

This commit is contained in:
Arseniy Shestakov
2018-02-10 21:52:23 +03:00
parent 35b01eb379
commit 324717acbe
19 changed files with 72 additions and 72 deletions

View File

@@ -214,7 +214,7 @@ void CConnection::reportState(vstd::CLoggerBase * out)
}
}
CPack * CConnection::retreivePack()
CPack * CConnection::retrievePack()
{
CPack *ret = nullptr;
boost::unique_lock<boost::mutex> lock(*rmx);