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

New commits:
commit d0f3f62414ce8c49b1a9ad83e2f7bd57d6fb7f63
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Aug 21 09:24:55 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Aug 21 11:52:43 2023 +0200

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

diff --git a/sc/source/core/data/formulacell.cxx 
b/sc/source/core/data/formulacell.cxx
index 85d43700461e..88970ff75401 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4432,7 +4432,7 @@ struct ScDependantsCalculator
         return nRowLen;
     }
 
-    // Because Lookup will extend the Result Vector under certain cirumstances 
listed at:
+    // Because Lookup will extend the Result Vector under certain 
circumstances listed at:
     // https://wiki.documentfoundation.org/Documentation/Calc_Functions/LOOKUP
     // then if the Lookup has a Result Vector only accept the Lookup for 
parallelization
     // of the Result Vector has the same dimensions as the Search Vector.

Reply via email to