1
0
Fork 0

Fix: Spelling in code comment (#6984)

pull/6985/head
comicsads 2018-11-28 10:24:01 -05:00 committed by Ingo von Borstel
parent d64a0a6696
commit b93fad7481
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ private:
class ScriptEventCompanyAskMerger : public ScriptEvent { class ScriptEventCompanyAskMerger : public ScriptEvent {
public: public:
/** /**
* @param owner The company that can be bough. * @param owner The company that can be bought.
* @param value The value/costs of buying the company. * @param value The value/costs of buying the company.
*/ */
ScriptEventCompanyAskMerger(Owner owner, int32 value) : ScriptEventCompanyAskMerger(Owner owner, int32 value) :