]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/class_FrameworkInterface.php
Refactured 'BaseRegistry::getInstance()' a little
[core.git] / inc / classes / interfaces / class_FrameworkInterface.php
index 9ec630aaacb71b6aa13fd0510b4e06babbcc8a36..5647d1389c468c86f5aaf360361edeb4001d330b 100644 (file)
@@ -34,11 +34,11 @@ interface FrameworkInterface {
        function getField ($fieldName);
 
        /**
-        * Checks wether an object equals this object. You should overwrite this
+        * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
-        * @return      $equals                         Wether both objects equals
+        * @return      $equals                         Whether both objects equals
         */
        function equals (FrameworkInterface $objectInstance);