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

New commits:
commit 41559f8c52ae2d91b886fe510cc34c0bca334c27
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 19 00:06:24 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 08:44:03 2024 +0200

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

diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx
index 7a3887c80db5..308e07e49c99 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 DrawingLayer as internal Tooling, thus ist is
+    // Every App has a DrawingLayer as internal Tooling, thus it 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