From c20993b9453694939eedb1376fd3fccac31fb50b 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 --- 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 9679babc95..a6ebecfe10 100644 --- a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm +++ b/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm @@ -791,7 +791,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" # @@ -1028,9 +1028,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@(?:(?