From b93fad74819188f8a09bbdbf85360c73e9f666bb Mon Sep 17 00:00:00 2001 From: comicsads Date: Wed, 28 Nov 2018 10:24:01 -0500 Subject: [PATCH] Fix: Spelling in code comment (#6984) --- src/script/api/script_event_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/api/script_event_types.hpp b/src/script/api/script_event_types.hpp index 9430168977..f13e588eed 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) :