1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +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

@ -2759,7 +2759,7 @@ void ERMInterpreter::executeUserCommand(const std::string &cmd)
}
}
void ERMInterpreter::giveInfoCB(CPrivilagedInfoCallback *cb)
void ERMInterpreter::giveInfoCB(CPrivilegedInfoCallback *cb)
{
icb = cb;
}