summaryrefslogtreecommitdiff
path: root/sc/qa/perf/scperfobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/perf/scperfobj.cxx')
-rw-r--r--sc/qa/perf/scperfobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx
index a5adfd0070b3..a026878206b4 100644
--- a/sc/qa/perf/scperfobj.cxx
+++ b/sc/qa/perf/scperfobj.cxx
@@ -322,7 +322,7 @@ void ScPerfObj::testSheetNamedRanges()
// test removeByName
OUString maNameToRemove("namedRange_4999");
bool bHasIt = xNamedRanges->hasByName(maNameToRemove);
- CPPUNIT_ASSERT_MESSAGE("NamedRange initial1 des not exits, can't remove it", bHasIt);
+ CPPUNIT_ASSERT_MESSAGE("NamedRange initial1 does not exist, can't remove it", bHasIt);
if (bHasIt)
{