diff options
author | comicsads <idomin3craft@gmail.com> | 2018-11-28 10:24:01 -0500 |
---|---|---|
committer | Ingo von Borstel <github@planetmaker.de> | 2018-11-28 16:24:01 +0100 |
commit | b93fad74819188f8a09bbdbf85360c73e9f666bb (patch) | |
tree | c84035e7a43407b4cc6d588515a41840f8541148 /src | |
parent | d64a0a66967982becc793b8cafd13f11215b1c75 (diff) | |
download | openttd-b93fad74819188f8a09bbdbf85360c73e9f666bb.tar.xz |
Fix: Spelling in code comment (#6984)
Diffstat (limited to 'src')
-rw-r--r-- | src/script/api/script_event_types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_event_types.hpp b/src/script/api/script_event_types.hpp index 943016897..f13e588ee 100644 --- a/src/script/api/script_event_types.hpp +++ b/src/script/api/script_event_types.hpp @@ -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) : |