mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Spelling fixes: privilaged -> privileged, retreive -> retrieve
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "IGameEventsReceiver.h"
|
||||
|
||||
class IGameEventRealizer;
|
||||
class CPrivilagedInfoCallback;
|
||||
class CPrivilegedInfoCallback;
|
||||
|
||||
class CScriptingModule : public IGameEventsReceiver, public IBattleEventsReceiver
|
||||
{
|
||||
@@ -20,7 +20,7 @@ public:
|
||||
virtual void executeUserCommand(const std::string &cmd){};
|
||||
virtual void init(){}; //called upon the start of game (after map randomization, before first turn)
|
||||
virtual void giveActionCB(IGameEventRealizer *cb){};
|
||||
virtual void giveInfoCB(CPrivilagedInfoCallback *cb){};
|
||||
virtual void giveInfoCB(CPrivilegedInfoCallback *cb){};
|
||||
|
||||
CScriptingModule(){}
|
||||
virtual ~CScriptingModule(){}
|
||||
|
||||
Reference in New Issue
Block a user