Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / result / class_DatabaseResult.php
index 603f8cb3f94be26356f199fd4bcbd8797a80dab6..94fe3b5deff55a2f96fac4aaba5bde59197b32a0 100644 (file)
@@ -119,7 +119,7 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
 
        /**
         * "Iterator" method next() to advance to the next valid entry. This method
-        * does also check if the result is invalid
+        * does also check if result is invalid
         *
         * @return      $nextValid      Wether the next entry is valid
         */
@@ -223,7 +223,7 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
        }
 
        /**
-        * Searches for an entry in the data result and returns it
+        * Searches for an entry in data result and returns it
         *
         * @param       $criteriaInstance       The criteria to look inside the data set
         * @return      $result                         Found result entry