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

New commits:
commit 90741a80c04cddf5c06d97c47c796c2f28d124f8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 2 19:31:29 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Mar 4 09:26:04 2025 +0100

    Fix typo
    
    Change-Id: I784fae4569d504893277d7985f09248764ce75b8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182404
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/core/objectpositioning/objectpositioning.cxx 
b/sw/qa/core/objectpositioning/objectpositioning.cxx
index ae228ebaf7fb..3b412cfc48f3 100644
--- a/sw/qa/core/objectpositioning/objectpositioning.cxx
+++ b/sw/qa/core/objectpositioning/objectpositioning.cxx
@@ -502,7 +502,7 @@ CPPUNIT_TEST_FIXTURE(Test, 
testInsertShapeOnAsCharImg_tdf16890)
         comphelper::InitPropertySequence({ { "KeyModifier", uno::Any(KEY_MOD1) 
} }));
     dispatchCommand(mxComponent, ".uno:BasicShapes.rectangle", aArgs);
 
-    // Check that hte new shape is anchored at para (i.e. has an anchor node)
+    // Check that the new shape is anchored at para (i.e. has an anchor node)
     const auto& rFrmFormats = *pDoc->GetSpzFrameFormats();
     CPPUNIT_ASSERT_EQUAL(size_t(o3tl::make_unsigned(2)), rFrmFormats.size());
     auto pShape = rFrmFormats[1];

Reply via email to