@@ -82,7 +82,7 @@ trait RulesAwareTrait
/**
* Returns the RulesChecker for this instance.
*
- * A RulesChecker object is used to test an entity for validity
+ * A RulesChecker object is used to test an entity for validity
* on rules that may involve complex logic or data that
* needs to be fetched from relevant datasources.
@@ -1063,7 +1063,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
* @param \Cake\ORM\Query $query The query to find with
* @param array $options The options to find with
- * @return \Cake\ORM\Query The qury builder
+ * @return \Cake\ORM\Query The query builder
*/
public function findThreaded(Query $query, array $options)
{