From e2846002167edccccb1240437f40ee057075d0d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 1 Jul 2008 20:13:58 +0000 Subject: [PATCH] Typo fixed --- application/ship-simu/main/user/class_ShipSimuBaseUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ship-simu/main/user/class_ShipSimuBaseUser.php b/application/ship-simu/main/user/class_ShipSimuBaseUser.php index 563c968..911e91e 100644 --- a/application/ship-simu/main/user/class_ShipSimuBaseUser.php +++ b/application/ship-simu/main/user/class_ShipSimuBaseUser.php @@ -111,7 +111,7 @@ class ShipSimuBaseUser extends BaseUser implements Registerable, Updateable { } // END - if // Then ask the goverment if they want to pay a "startup help" to the user - if ($govermentInstance->ifGovermentAlreadyPayedsStartupHelp()) { + if ($govermentInstance->ifGovermentAlreadyPayedStartupHelp()) { // They can't pay anymore to the user (excited amount) $ifGovHelped = true; } // END - if -- 2.30.2