From 8763a3016f68e0d54b6fdab004e25648f11457bb Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 23 Sep 2022 09:06:11 -0300 Subject: [PATCH] Bug 25375: Spelling fixes Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c20993b9453694939eedb1376fd3fccac31fb50b) Signed-off-by: Lucas Gass (cherry picked from commit 18b81b2de3825dc7ae8b002ccdc09fccc6543e2f) Signed-off-by: Arthur Suzuki --- Koha/SearchEngine/Elasticsearch/QueryBuilder.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm b/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm index 855855f87b..abecb8cd15 100644 --- a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm +++ b/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm @@ -790,7 +790,7 @@ will have to wait for a real query parser. sub _convert_index_strings_freeform { my ( $self, $search ) = @_; - # @TODO: Currenty will alter also fields contained within quotes: + # @TODO: Currently will alter also fields contained within quotes: # `searching for "stuff cn:123"` for example will become # `searching for "stuff local-number:123" # @@ -1027,9 +1027,9 @@ sub _query_regex_escape_process { # Will escape unescaped slashes (/) while preserving # unescaped slashes within quotes # @TODO: assumes quotes are always balanced and will - # not handle escaped qoutes properly, should perhaps be + # not handle escaped quotes properly, should perhaps be # replaced with a more general parser solution - # so that this function is ever only provided with unqouted + # so that this function is ever only provided with unquoted # query parts $query =~ s@(?:(?