]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/registry/class_Register.php
Fixed a typo
[core.git] / inc / classes / interfaces / registry / class_Register.php
index 4bb1fda41fad4568c91104db65845774d543b2d3..5ca5ebba9fadb2cdf98ec580a5c8957d12172e94 100644 (file)
  */
 interface Register extends FrameworkInterface {
        /**
-        * Checks wether an instance key was found
+        * Checks whether an instance key was found
         *
         * @param       $instanceKey    The key holding an instance in registry
-        * @return      $exists                 Wether the key exists in registry
+        * @return      $exists                 Whether the key exists in registry
         */
        function instanceExists ($instanceKey);