mirror of https://github.com/OpenTTD/OpenTTD
Fix: Spelling in code comment (#6984)
parent
d64a0a6696
commit
b93fad7481
|
@ -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) :
|
||||||
|
|
Loading…
Reference in New Issue