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

New commits:
commit efcf065973b8b808b1fd1c0f5aa9d3b2a69943c5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Oct 25 11:16:07 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Oct 25 11:37:38 2024 +0200

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

diff --git a/sw/qa/extras/tiledrendering2/tiledrendering2.cxx 
b/sw/qa/extras/tiledrendering2/tiledrendering2.cxx
index 37a13b8750ac..305bb60b7694 100644
--- a/sw/qa/extras/tiledrendering2/tiledrendering2.cxx
+++ b/sw/qa/extras/tiledrendering2/tiledrendering2.cxx
@@ -389,7 +389,7 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, 
testFormatInsertStartList)
     SwView* pView = dynamic_cast<SwView*>(SfxViewShell::Current());
     assert(pView);
 
-    // Insert a string at the begining of a list item
+    // Insert a string at the beginning of a list item
     pDocWindow->PostExtTextInputEvent(VclEventId::ExtTextInput, u"a"_ustr);
     pDocWindow->PostExtTextInputEvent(VclEventId::EndExtTextInput, u""_ustr);
     Scheduler::ProcessEventsToIdle();

Reply via email to