From 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 12 Apr 2010 14:12:47 +0000 Subject: (svn r19614) -Codechange: "it's" => "its" where appropriate --- src/newgrf_industrytiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_industrytiles.h') diff --git a/src/newgrf_industrytiles.h b/src/newgrf_industrytiles.h index 086e6b120..140d1b949 100644 --- a/src/newgrf_industrytiles.h +++ b/src/newgrf_industrytiles.h @@ -37,7 +37,7 @@ bool StartStopIndustryTileAnimation(const Industry *ind, IndustryAnimationTrigge enum IndustryTileTrigger { /* The tile of the industry has been triggered during the tileloop. */ INDTILE_TRIGGER_TILE_LOOP = 0x01, - /* The industry has been triggered via it's tick. */ + /* The industry has been triggered via its tick. */ INDUSTRY_TRIGGER_INDUSTRY_TICK = 0x02, /* Cargo has been delivered. */ INDUSTRY_TRIGGER_RECEIVED_CARGO = 0x04, -- cgit v1.2.3-54-g00ecf