diff --git a/plugins/arSolrPlugin/lib/arSolrMapping.class.php b/plugins/arSolrPlugin/lib/arSolrMapping.class.php index 1031b00bfe..bdaf6db3d7 100644 --- a/plugins/arSolrPlugin/lib/arSolrMapping.class.php +++ b/plugins/arSolrPlugin/lib/arSolrMapping.class.php @@ -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); } @@ -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) {