summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/extras/unowriter/unowriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/unowriter/unowriter.cxx b/sw/qa/extras/unowriter/unowriter.cxx
index 271261fc71cb..4f4c93a13f01 100644
--- a/sw/qa/extras/unowriter/unowriter.cxx
+++ b/sw/qa/extras/unowriter/unowriter.cxx
@@ -338,7 +338,7 @@ CPPUNIT_TEST_FIXTURE(SwUnoWriter, testXAutoTextGroup)
// Rename not existing should throw an exception
CPPUNIT_ASSERT_THROW_MESSAGE(
- "We expect an exception on renaming not-exising AutoText",
+ "We expect an exception on renaming not-existing AutoText",
xAutoTextGroup->renameByName(sTextName, sTextNameNew, sTextTitleNew),
container::ElementExistException);