Updated domain without a dash :(
[core.git] / inc / classes / interfaces / resolver / actions / class_ActionResolver.php
index 7d7cd0b4be0ef91c8374454333919b83e00fca3c..055b81a927c3a6922fdeb1ceb33bf67b2617b8b9 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An instance for action resolver classes
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -38,10 +38,10 @@ interface ActionResolver extends Resolver {
        function resolveActionByRequest (Requestable $requestInstance);
 
        /**
-        * Checks wether the given action is valid
+        * Checks whether the given action is valid
         *
         * @param       $actionName             The default action we shall execute
-        * @return      $isValid                Wether the given action is valid
+        * @return      $isValid                Whether the given action is valid
         * @throws      EmptyVariableException  Thrown if given action is not set
         */
        function isActionValid ($actionName);