svx/source/svdraw/svdedxv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6524ec07b0ff311b1beac7a5b58df763052f2b91
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 2 23:16:01 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Mar 3 09:33:25 2024 +0100

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

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 3685cd55a8ef..fb130a16a212 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -136,7 +136,7 @@ IMPL_LINK_NOARG(SdrObjEditView, TextEditUpdate, Timer*, 
void)
         // no TextObject, no TextEdit
         return;
 
-    // lauch an ObjectChange: This is the straightforward method
+    // launch an ObjectChange: This is the straightforward method
     // to get this broadcasted. We do not risk to set the model
     // unwantedly to changed, we had a text edit going on already.
     // This is needed for SlideShow since it is not (yet) using the

Reply via email to