summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-24 12:13:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-24 15:57:24 +0100
commit7614a8cf6e9d46b5bae13507c433f3d799a99711 (patch)
treefdf0cd512ac25a6d1330b4fc814fcf6d6580da47 /sc
parentf4eb555ff5294db037ea6e4d9510d0ca11276fa7 (diff)
Fix typos
Change-Id: Ibc2eb80d7cc0cfc22c7fea0dc7ebe495ae0927c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125765 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 42d74aece6b5..c8ba5c882234 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -3032,7 +3032,7 @@ bool ScTable::ValidQuery(
// Short-circuit the test at the end of the loop - if this is SC_AND
// and the previous value is false, this value will not be needed.
- // Disbable this if pbTestEqualCondition is present as that one may get set
+ // Disable this if pbTestEqualCondition is present as that one may get set
// even if the result is false (that also means pTest doesn't need to be
// handled here).
if (rEntry.eConnect == SC_AND && pbTestEqualCondition == nullptr