]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/user/class_ShipSimuBaseUser.php
Typos fixed and special command resolver are now possible
[shipsimu.git] / application / ship-simu / main / user / class_ShipSimuBaseUser.php
index 61feb281fb6c692228661361bf7414db6f56a4a6..63c9b8d290ea5b00f71ffdb9fb1783e7212e078c 100644 (file)
@@ -90,9 +90,9 @@ class ShipSimuBaseUser extends BaseUser implements Registerable, Updateable {
        }
 
        /**
-        * Determines if the goverment can still pay a "virtual training course" in general
+        * Determines if goverment can still pay a "virtual training course" in general
         *
-        * @return      $ifGovHelps             Wether if the goverment helps the user with a virtual training course
+        * @return      $ifGovHelps             Wether if goverment helps the user with a virtual training course
         */
        public function ifGovermentPaysTraining () {
                // By default they want to help.
@@ -121,9 +121,9 @@ class ShipSimuBaseUser extends BaseUser implements Registerable, Updateable {
        }
 
        /**
-        * Determines if the goverment can still pay a "startup help" to the user
+        * Determines if goverment can still pay a "startup help" to the user
         *
-        * @return      $ifGovHelps             Wether if the goverment helps the user with some startup money
+        * @return      $ifGovHelps             Wether if goverment helps the user with some startup money
         */
        public function ifGovermentPaysStartupHelp () {
                // By default they want to help.