]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/class_FrameworkInterface.php
Fixed a typo
[core.git] / inc / classes / interfaces / class_FrameworkInterface.php
index 2018153d409cf0bbefea48d8c054d6cad60bac4e..5647d1389c468c86f5aaf360361edeb4001d330b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  * @todo               Find a better name for this interface
@@ -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);