summaryrefslogtreecommitdiff
path: root/src/script/api
diff options
context:
space:
mode:
authorcomicsads <idomin3craft@gmail.com>2018-11-28 10:24:01 -0500
committerIngo von Borstel <github@planetmaker.de>2018-11-28 16:24:01 +0100
commitb93fad74819188f8a09bbdbf85360c73e9f666bb (patch)
treec84035e7a43407b4cc6d588515a41840f8541148 /src/script/api
parentd64a0a66967982becc793b8cafd13f11215b1c75 (diff)
downloadopenttd-b93fad74819188f8a09bbdbf85360c73e9f666bb.tar.xz
Fix: Spelling in code comment (#6984)
Diffstat (limited to 'src/script/api')
-rw-r--r--src/script/api/script_event_types.hpp2
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) :