Fixed a typo
[core.git] / inc / classes / main / criteria / class_BaseCriteria.php
index 4bec36a6f4efd99a4fa8bf3150b13459ab76cf2c..19983c0b52ff8e7c6160a2e426e8bd1ba8d7ba64 100644 (file)
@@ -98,7 +98,7 @@ class BaseCriteria extends BaseFrameworkSystem {
         * Get criteria element or null if not found
         *
         * @param       $criteria       The criteria we want to have
-        * @return      $value          Wether the value of the critera or null
+        * @return      $value          Whether the value of the critera or null
         */
        public function getCriteriaElemnent ($criteria) {
                // Default is not found
@@ -115,10 +115,10 @@ class BaseCriteria extends BaseFrameworkSystem {
        }
 
        /**
-        * Checks wether given array entry matches
+        * Checks whether given array entry matches
         *
         * @param       $entryArray             Array with the entries to find
-        * @return      $matches                Wether the entry matches or not
+        * @return      $matches                Whether the entry matches or not
         */
        public function ifEntryMatches (array $entryArray) {
                // First nothing matches and nothing is counted