From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/industry_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/industry_cmd.cpp') diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 1ca511f01..69d83ba14 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -329,7 +329,7 @@ static void DrawTile_Industry(TileInfo *ti) SpriteID image = dits->ground.sprite; - /* DrawFoundation() modifes ti->z and ti->tileh */ + /* DrawFoundation() modifies ti->z and ti->tileh */ if (ti->tileh != SLOPE_FLAT) DrawFoundation(ti, FOUNDATION_LEVELED); /* If the ground sprite is the default flat water sprite, draw also canal/river borders. @@ -2655,7 +2655,7 @@ void IndustryDailyLoop() * is sufficient for an industry. */ uint16 change_loop = _economy.industry_daily_change_counter >> 16; - /* Reset the active part of the counter, just keeping the "factional part" */ + /* Reset the active part of the counter, just keeping the "fractional part" */ _economy.industry_daily_change_counter &= 0xFFFF; if (change_loop == 0) { -- cgit v1.2.3-54-g00ecf