summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-01 12:28:46 +0000
committerrubidium <rubidium@openttd.org>2009-09-01 12:28:46 +0000
commitb1d4594fa79ccf5b187a24c40b6a54628b9b2665 (patch)
tree5f89c410a487884fe516bf8c4a189368533c7726 /src/news_type.h
parentdd3fa7f1d1570ce77984fe3813a1aee22122f0f8 (diff)
downloadopenttd-b1d4594fa79ccf5b187a24c40b6a54628b9b2665.tar.xz
(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster.
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news_type.h b/src/news_type.h
index e06ba7fb1..e1d600096 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -24,7 +24,7 @@ enum NewsType {
NT_ARRIVAL_COMPANY, ///< Cargo arrived for company
NT_ARRIVAL_OTHER, ///< Cargo arrived for competitor
NT_ACCIDENT, ///< An accident or disaster has occurred
- NT_COMPANY_INFO, ///< Company info (new companies, bankrupcy messages)
+ NT_COMPANY_INFO, ///< Company info (new companies, bankruptcy messages)
NT_INDUSTRY_OPEN, ///< Opening of industries
NT_INDUSTRY_CLOSE, ///< Closing of industries
NT_ECONOMY, ///< Economic changes (recession, industry up/dowm)