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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user