sw/qa/extras/unowriter/unowriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 616fd20cfb5eb9932497a41471f3076b324e3444 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Feb 22 13:55:02 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Feb 22 18:46:43 2020 +0100 Fix typo Change-Id: Ic6198edef14817f91d889359878636320a64c09c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89253 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
