sd/qa/unit/uiimpress.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 99875e7cc12301c63cfcf390a0d8a7b3ab5f2a95
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Nov 14 14:54:37 2025 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sun Nov 16 20:47:11 2025 +0100

    Fix typo
    
    Change-Id: I79eece6d52b43d903b17d3155d72a3ab0448764c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194026
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sd/qa/unit/uiimpress.cxx b/sd/qa/unit/uiimpress.cxx
index 295d97151484..c19b90dd19dc 100644
--- a/sd/qa/unit/uiimpress.cxx
+++ b/sd/qa/unit/uiimpress.cxx
@@ -1387,7 +1387,7 @@ CPPUNIT_TEST_FIXTURE(SdUiImpressTest, 
testTdf68320_hidden_pages_total_slide_coun
                                                  uno::UNO_QUERY);
     uno::Reference<text::XTextRange> xShape(xDrawPage->getByIndex(0), 
uno::UNO_QUERY);
 
-    // Without the fix in place, this test would have failed wiht
+    // Without the fix in place, this test would have failed with
     // - Expected: Pages: 3/3
     // - Actual  : Pages: 2/3
     CPPUNIT_ASSERT_EQUAL(u"Pages: 3/3"_ustr, xShape->getString());

Reply via email to