|
|
@@ -298,7 +298,7 @@ class EagerLoader {
|
|
|
* @param array $options list of extra options to use for this association
|
|
|
* @param array $paths An array with to values, the first one is a list of dot
|
|
|
* separated strings representing associations that lead to this `$alias` in the
|
|
|
- * chain of associaitons to be loaded. The second value is the path to follow in
|
|
|
+ * chain of associations to be loaded. The second value is the path to follow in
|
|
|
* entities' properties to fetch a record of the corresponding association.
|
|
|
* @return array normalized associations
|
|
|
* @throws \InvalidArgumentException When containments refer to associations that do not exist.
|
|
|
@@ -474,7 +474,7 @@ class EagerLoader {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Helper function used to iterate an statement and extract the columns
|
|
|
+ * Helper function used to iterate a statement and extract the columns
|
|
|
* defined in $collectKeys
|
|
|
*
|
|
|
* @param \Cake\Database\StatementInterface $statement The statement to read from.
|