From: Roland Häder Date: Tue, 1 Jul 2008 20:13:58 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e2846002167edccccb1240437f40ee057075d0d9;p=shipsimu.git Typo fixed --- 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