1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +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

@@ -178,7 +178,7 @@ void CClient::run()
{
while(!terminate)
{
CPack *pack = serv->retreivePack(); //get the package from the server
CPack * pack = serv->retrievePack(); //get the package from the server
if (terminate)
{