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

New commits:
commit beaea6538f14e7681162f4828b9d0e6c6e58b43c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jun 19 15:25:06 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Jul 19 20:35:39 2024 +0200

    Fix typo
    
    Change-Id: I1b4316e9b02acbea96b596b26005bf1c774f9f40
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169228
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx
index 308e07e49c99..6823172cad9d 100644
--- a/include/svx/unomod.hxx
+++ b/include/svx/unomod.hxx
@@ -39,7 +39,7 @@ class SVXCORE_DLLPUBLIC SvxUnoDrawMSFactory : public 
css::lang::XMultiServiceFac
 protected:
     /** abstract SdrModel provider */
     // 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
+    // not too hard to ask 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.
     virtual SdrModel& getSdrModelFromUnoModel() const = 0;

Reply via email to