summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-08-21 09:24:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-08-21 11:52:43 +0200
commitd0f3f62414ce8c49b1a9ad83e2f7bd57d6fb7f63 (patch)
tree33bb47af149e064a64de02c50b4f823aa3d7e2cc /sc/source/core/data/formulacell.cxx
parent68becc464fc585bd9716c1566c04a7e9d62647f6 (diff)
Fix typo
Change-Id: Ieb6e4ccf543b4d015b83cea4614983d5fcaea8cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155886 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/core/data/formulacell.cxx')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
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.