Skip to content

Commit

Permalink
Fix typos in arSolrMapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung committed May 23, 2024
1 parent ff969da commit 5102508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/arSolrPlugin/lib/arSolrMapping.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected function fixYamlShorthands()
$this->processPropertyAttributes($typeName, $typeProperties);
}

// Next iteration to embed partial foreing types
// Next iteration to embed partial foreign types
foreach ($this->mapping as $typeName => &$typeProperties) {
$this->processPartialForeignTypes($typeProperties);
}
Expand Down Expand Up @@ -349,7 +349,7 @@ protected function processForeignTypes(array &$typeProperties)
}

/**
* Given a mapping, adds partial foreing objects within it.
* Given a mapping, adds partial foreign objects within it.
*/
protected function processPartialForeignTypes(array &$typeProperties)
{
Expand Down

0 comments on commit 5102508

Please sign in to comment.