1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

Fix: Spelling in code comment (#6984)

This commit is contained in:
comicsads
2018-11-28 10:24:01 -05:00
committed by Ingo von Borstel
parent d64a0a6696
commit b93fad7481

View File

@@ -363,7 +363,7 @@ private:
class ScriptEventCompanyAskMerger : public ScriptEvent {
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.
*/
ScriptEventCompanyAskMerger(Owner owner, int32 value) :