sc/source/core/tool/compiler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83d04e5a59b762d7edce0fcfaabbba1e26129a27
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Apr 11 22:54:21 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Apr 12 09:23:07 2024 +0200

    Fix typo
    
    Change-Id: I6e5c31a0d3577c40acd62b4c9dd6d4c084865c0b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166016
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index a0529fbe0f4e..6c847cfac501 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -6616,7 +6616,7 @@ void ScCompiler::AnnotateTrimOnDoubleRefs()
                 case ocRange:
                     {
                         // tdf#160616: Double refs with these operators only
-                        // trimmable in case of one paramater
+                        // trimmable in case of one parameter
                         if (!pTok->IsInForceArray() || nRootParam > 1)
                             break;
                         FormulaToken* pLHS = *(ppTok - 1);

Reply via email to