From 3d701a49715b936eefe0e36ca9481539a7cfc122 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 13 Nov 2018 11:11:04 +0000 Subject: [PATCH] Bug 19893: (QA follow-up) Spelling correction in POD Signed-off-by: Martin Renvoize --- Koha/SearchEngine/Elasticsearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/SearchEngine/Elasticsearch.pm b/Koha/SearchEngine/Elasticsearch.pm index bb9a1140a3..0e17b93804 100644 --- a/Koha/SearchEngine/Elasticsearch.pm +++ b/Koha/SearchEngine/Elasticsearch.pm @@ -495,7 +495,7 @@ data for a MARC mapping. The returned C<$mappings> is not to to be confused with mappings provided by C<_foreach_mapping>, rather this sub accepts properties from a mapping as -provided by C<_foreach_mapping> and expands it to this internal data stucture. +provided by C<_foreach_mapping> and expands it to this internal data structure. In the caller context (C<_get_marc_mapping_rules>) the returned C<@mappings> is then applied to each MARC target (leader, control field data, subfield or joined subfields) and integrated into the mapping rules data structure used in -- 2.19.1