Skip to content

Commit

Permalink
Fix typos in Marketing.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
733737 committed Aug 9, 2023
1 parent 26e6ade commit dae0a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openrct2/management/Marketing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static void MarketingRaiseFinishedNotification(const MarketingCampaign& campaign
}

/**
* Update status of marketing campaigns and send produce a news item when they have finished.
* Update status of marketing campaigns and produce a news item when they have finished.
* rct2: 0x0069E0C1
*/
void MarketingUpdate()
Expand Down Expand Up @@ -231,7 +231,7 @@ MarketingCampaign* MarketingGetCampaign(int32_t campaignType)

void MarketingNewCampaign(const MarketingCampaign& campaign)
{
// Do not allow same campaign twice, just overwrite
// Do not allow the same campaign twice, just overwrite
auto currentCampaign = MarketingGetCampaign(campaign.Type);
if (currentCampaign != nullptr)
{
Expand Down

0 comments on commit dae0a29

Please sign in to comment.