Typo fixed
[shipsimu.git] / application / ship-simu / main / user / class_ShipSimuBaseUser.php
index 563c96867500c7fbc40c7e46ed1bc924a13ae5b4..911e91eab370a57f27f497bda8da9854042339af 100644 (file)
@@ -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