]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/request/class_Requestable.php
Fixed a typo
[core.git] / inc / classes / interfaces / request / class_Requestable.php
index cda7f3ec1e55386b3b04d5330315a862583c6578..76174b25a29bd248190b1ab16e0be3a5a57d8149 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 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
  *
@@ -30,9 +30,9 @@ interface Requestable extends FrameworkInterface {
        function prepareRequestData ();
 
        /**
-        * Checks wether a request element is set
+        * Checks whether a request element is set
         * @param       $element        Name of the request element we want to check
-        * @return      $isSet          Wether the request element is set
+        * @return      $isSet          Whether the request element is set
         * @throws      MissingArrayElementsException   Thrown if a request element is not set
         */
        function isRequestElementSet ($element);
@@ -62,9 +62,9 @@ interface Requestable extends FrameworkInterface {
        function getHeader ($headerName);
 
        /**
-        * Sets wether the request was valid (default: true)
+        * Sets whether the request was valid (default: true)
         *
-        * @param       $isValid                Wether the request is valid
+        * @param       $isValid                Whether the request is valid
         * @return      void
         */
        function requestIsValid ($isValid = true);