(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster.

This commit is contained in:
rubidium
2009-09-01 12:28:46 +00:00
parent dd3fa7f1d1
commit b1d4594fa7
6 changed files with 12 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ struct Company : CompanyPool::PoolItem<&_company_pool> {
Year inaugurated_year;
byte num_valid_stat_ent;
byte quarters_of_bankrupcy;
byte quarters_of_bankruptcy;
CompanyMask bankrupt_asked; ///< which companies were asked about buying it?
int16 bankrupt_timeout;
Money bankrupt_value;