(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)

This commit is contained in:
alberth
2012-12-01 13:12:39 +00:00
parent 01d023ad3b
commit 732e073261
23 changed files with 79 additions and 70 deletions

View File

@@ -1092,7 +1092,7 @@ static bool GrowTownWithBridge(const Town *t, const TileIndex tile, const DiagDi
return true;
}
}
/* Quit if it selecting an appropiate bridge type fails a large number of times. */
/* Quit if it selecting an appropriate bridge type fails a large number of times. */
return false;
}