(svn r21267) -Doc: Typo fixes.

This commit is contained in:
alberth
2010-11-20 13:33:24 +00:00
parent 63d091a43b
commit 9ef150d7ea
4 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ enum ProductionLevels {
};
/**
* Defines the internal data of a functionnal industry
* Defines the internal data of a functional industry.
*/
struct Industry : IndustryPool::PoolItem<&_industry_pool> {
typedef PersistentStorageArray<int32, 16> PersistentStorage;