From 30df71e5a4aa9fa001052f85feb9c9e947b5f187 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 4 Sep 2025 17:32:42 +0300 Subject: [PATCH] typo fix --- application/Espo/Core/Select/Primary/Filters/All.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Select/Primary/Filters/All.php b/application/Espo/Core/Select/Primary/Filters/All.php index e8d862a30c..704cdf4841 100644 --- a/application/Espo/Core/Select/Primary/Filters/All.php +++ b/application/Espo/Core/Select/Primary/Filters/All.php @@ -34,7 +34,7 @@ use Espo\ORM\Query\SelectBuilder as QueryBuilder; /** * A dummy filter 'all'. Can be detected in a custom AdditionalApplier to instruct that the filter needs to be - * bypassed. Use this filter for special cases from code. Users can pass this filter too. Do not relly on this filter + * bypassed. Use this filter for special cases from code. Users can pass this filter too. Do not rely on this filter * when dealing with access control logic. * * @since 9.2.0