From f23fde8a4775bfaa9eee9726c63cfd19f91a289e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 16 Feb 2024 13:09:32 +0100 Subject: [PATCH] Fix typo --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 01ea92eea03..c02bd65b48e 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -12631,7 +12631,7 @@ function dolForgeExplodeAnd($sqlfilters) * * @param string $sqlfilters Universal SQL filter string. Must have been trimmed before. * @param string $error Returned error message - * @param int $parenthesislevel Returned level of global parenthesis that we can remove/siplify, 0 if error or we cant simplify. + * @param int $parenthesislevel Returned level of global parenthesis that we can remove/simplify, 0 if error or we can't simplify. * @return boolean True if valid, False if not valid ($error returned parameter is filled with the reason in such a case) */ function dolCheckFilters($sqlfilters, &$error = '', &$parenthesislevel = 0)