summaryrefslogtreecommitdiff
path: root/sc/qa/unit/parallelism.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:34:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 16:19:58 +0200
commitbf372bf9bded68caf05696c929dcf4a0f2883db8 (patch)
tree238ab00fe6ef6002da83aad30ce34ee8465f86bf /sc/qa/unit/parallelism.cxx
parentd9b54924fbfc2eae33c503434b0bfd3619c6a1a6 (diff)
Fix typos
Change-Id: I20ad6ae358a0777eef0070f056e97eade9111b32 Reviewed-on: https://gerrit.libreoffice.org/77301 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa/unit/parallelism.cxx')
-rw-r--r--sc/qa/unit/parallelism.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/parallelism.cxx b/sc/qa/unit/parallelism.cxx
index 2f3e4d35771d..9758836d8b9a 100644
--- a/sc/qa/unit/parallelism.cxx
+++ b/sc/qa/unit/parallelism.cxx
@@ -574,7 +574,7 @@ void ScParallelismTest::testFormulaGroupSpanEval()
m_pDoc->SetAutoCalc(true);
- // EnsureFormulaCellResults should only calculate the sepecified range along with the dependent spans recursively and nothing more.
+ // EnsureFormulaCellResults should only calculate the specified range along with the dependent spans recursively and nothing more.
// The specified range is A99:A1124, and the dependent range is B99:B1125 (since A99 = SUM(B99:B100) and A1124 = SUM(B1124:B1125) )
bool bAnyDirty = m_pDoc->EnsureFormulaCellResults(ScRange(0, nSpanStart, 0, 0, nSpanEnd, 0));
CPPUNIT_ASSERT(bAnyDirty);