Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / class_BaseFrameworkSystem.php
index ee34a87f628414f57064e4df0b46ea53a3300b40..0c490f1ee7d1d7362552cd75eb3a2548df527264 100644 (file)
@@ -192,7 +192,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                // Set real class
                $this->setRealClass($className);
 
-               // Initialize the class if the class Registry is there
+               // Initialize the class if class Registry is there
                if ((class_exists('Registry')) && (Registry::isInitialized() === false)) {
                        // Initialize the registry automatically
                        $this->initInstance();