]> git.mxchange.org Git - shipsimu.git/commitdiff
Typo fixed
authorRoland Häder <roland@mxchange.org>
Tue, 1 Jul 2008 20:13:58 +0000 (20:13 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 1 Jul 2008 20:13:58 +0000 (20:13 +0000)
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