]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/companies/class_ShippingCompany.php
More exceptions added, init of template engine moved to base class, entryPoint()...
[shipsimu.git] / application / ship-simu / main / companies / class_ShippingCompany.php
index 87a4a7c233bcd638120c1411674f399e8fd30f85..8bb077cbe5e6efaec33982c6fdeb6c96159d7b35 100644 (file)
@@ -291,7 +291,7 @@ class ShippingCompany extends BaseSimulator implements Customer, ContractPartner
                                        // Element holen
                                        $employee = $iterator->current();
                                } else {
-                                       // Shouldnormally not happen... :(
+                                       // Should normally not happen... :(
                                        throw new StructuresOutOfBoundsException($idx, self::EXCEPTION_INDEX_OUT_OF_BOUNDS);
                                }
                        }