[Libreoffice-commits] core.git: sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 22 17:47:17 UTC 2020


 sw/qa/extras/unowriter/unowriter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 616fd20cfb5eb9932497a41471f3076b324e3444
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 22 13:55:02 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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);
 


More information about the Libreoffice-commits mailing list