From b1d4594fa79ccf5b187a24c40b6a54628b9b2665 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 1 Sep 2009 12:28:46 +0000 Subject: (svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster. --- src/company_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/company_base.h') diff --git a/src/company_base.h b/src/company_base.h index 8f5ce6eb4..61aaae3c1 100644 --- a/src/company_base.h +++ b/src/company_base.h @@ -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; -- cgit v1.2.3-54-g00ecf