include/svx/unomod.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05f4724aab004ec057563a80911500bb7ce1a108
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 20:48:42 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:39:05 2024 +0200

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

diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx
index ff346e3bd416..7a3887c80db5 100644
--- a/include/svx/unomod.hxx
+++ b/include/svx/unomod.hxx
@@ -38,7 +38,7 @@ class SVXCORE_DLLPUBLIC SvxUnoDrawMSFactory : public 
css::lang::XMultiServiceFac
 {
 protected:
     /** abstract SdrModel provider */
-    // Every App has a DrwingLayer as internal Tooling, thus ist is
+    // Every App has a DrawingLayer as internal Tooling, thus ist is
     // not too hard to asl a UnoModel to hand back a DrawingLayer Model in the
     // form of an SdrModel. Thus, returning a reference and make usages
     // safer and easier is justified.

Reply via email to