From 700e331482cd4307a4e0b5710e485d8aeb3b5da4 Mon Sep 17 00:00:00 2001 From: dnicodemus-la Date: Tue, 16 Jul 2024 11:06:42 -0400 Subject: [PATCH] small spelling fix --- swirl/processors/mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swirl/processors/mapping.py b/swirl/processors/mapping.py index d9192207..c8009c89 100644 --- a/swirl/processors/mapping.py +++ b/swirl/processors/mapping.py @@ -279,7 +279,7 @@ def process(self): if result_number > self.provider.results_per_query: # self.warning("Truncating extra results, found & retrieved may be incorrect") break - # unique list of terms from highligts + # unique list of terms from highlights # end for fb = result_processor_feedback_provider_query_terms(provider_query_term_results)