summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-11-20 13:33:24 +0000
committeralberth <alberth@openttd.org>2010-11-20 13:33:24 +0000
commit9d899b3758ee007fdd66b383cf5866133dfa5135 (patch)
treee609ec9db85382602c0d30eeb689ab055860cef3 /src/industry.h
parentffa437a6c131243e9f797f4cc9164480b6aa38ac (diff)
downloadopenttd-9d899b3758ee007fdd66b383cf5866133dfa5135.tar.xz
(svn r21267) -Doc: Typo fixes.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry.h b/src/industry.h
index 03db0a615..18a20a775 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -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;