summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index f10a1fa1ee00..91c6b71d5811 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1630,7 +1630,7 @@ void Test::testMatrix()
CPPUNIT_ASSERT_MESSAGE("incorrect OR result", pMat->Or());
CPPUNIT_ASSERT_MESSAGE("incorrect AND result", pMat->And());
- // Now test the emtpy matrix type.
+ // Now test the empty matrix type.
pMat = new ScFullMatrix(10, 20);
pMat->GetDimensions(nC, nR);
CPPUNIT_ASSERT_MESSAGE("matrix size is not as expected", nC == 10 && nR == 20);