Typo in 'goverment' fixed ('government' is correct)
[shipsimu.git] / application / ship-simu / config.php
index 363d86349aeeb85b4436360f7fdc614af6a61f91..f21e299b5d14c35f311ca72d1527c1cca9dd5d48 100644 (file)
@@ -215,10 +215,10 @@ $cfg->setConfigEntry('refill_request_currency_book_filter', "RefillRequestCurren
 $cfg->setConfigEntry('payment_discovery_filter', "PaymentDiscoveryFilter");
 
 // CFG: GOVERMENT-PAYS-TRAINING-FILTER
-$cfg->setConfigEntry('goverment_pays_training_filter', "ShipSimuGovermentPaysTrainingFilter");
+$cfg->setConfigEntry('goverment_pays_training_filter', "ShipSimuGovernmentPaysTrainingFilter");
 
 // CFG: GOVERMENT-PAYS-STARTUP-HELP-FILTER
-$cfg->setConfigEntry('goverment_pays_startup_help_filter', "ShipSimuGovermentPaysStartupHelpFilter");
+$cfg->setConfigEntry('goverment_pays_startup_help_filter', "ShipSimuGovernmentPaysStartupHelpFilter");
 
 // CFG: NEWS-HOME-LIMIT
 $cfg->setConfigEntry('news_home_limit', 10);
@@ -329,7 +329,7 @@ $cfg->setConfigEntry('company_db_wrapper_class', "CompanyDatabaseWrapper");
 $cfg->setConfigEntry('user_points_db_wrapper_class', "UserPointsDatabaseWrapper");
 
 // CFG: USER-GOVERMENT-WRAPPER-CLASS
-$cfg->setConfigEntry('user_gov_wrapper_class', "UserGovermentDatabaseWrapper");
+$cfg->setConfigEntry('user_gov_wrapper_class', "UserGovernmentDatabaseWrapper");
 
 // CFG: PAYMENT-DB-WRAPPER-CLASS
 $cfg->setConfigEntry('payment_db_wrapper_class', "PaymentsDatabaseWrapper");
@@ -365,7 +365,7 @@ $cfg->setConfigEntry('write_applications_action_points', 10000);
 $cfg->setConfigEntry('user_ppints_class', "UserPoints");
 
 // CFG: GOVERMENT-CLASS
-$cfg->setConfigEntry('goverment_class', "SimplifiedGoverment");
+$cfg->setConfigEntry('goverment_class', "SimplifiedGovernment");
 
 // CFG: BANK-CLASS
 $cfg->setConfigEntry('bank_class', "MoneyBank");
@@ -392,7 +392,7 @@ $cfg->setConfigEntry('web_form_helper', "WebFormHelper");
 $cfg->setConfigEntry('web_link_helper', "WebLinkHelper");
 
 // CFG: WEB-CMD-GOVERMENT-FAILED-RESOLVER-CLASS
-$cfg->setConfigEntry('web_cmd_goverment_failed_resolver_class', "WebGovermentFailedCommandResolver");
+$cfg->setConfigEntry('web_cmd_goverment_failed_resolver_class', "WebGovernmentFailedCommandResolver");
 
 // [EOF]
 ?>