include/drawinglayer/processor2d/cairopixelprocessor2d.hxx |    2 +-
 include/drawinglayer/processor2d/processor2dtools.hxx      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3e14cda790f9a48fb167aef3108c61ef243a33f2
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 1 14:47:56 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Oct 1 18:10:51 2024 +0200

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

diff --git a/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx 
b/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx
index b9d6bdb3ab99..3be88707dd4d 100644
--- a/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx
@@ -184,7 +184,7 @@ protected:
 public:
     bool valid() const { return hasRenderTarget() && !hasError(); }
 
-    // construtcor to create a CairoPixelProcessor2D which
+    // constructor to create a CairoPixelProcessor2D which
     // allocates and owns a cairo surface of given size. You
     // should check the result using valid()
     CairoPixelProcessor2D(
commit 9c0a1e0d0e45fba239b5808d509861751adba069
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 1 14:48:47 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Oct 1 18:10:37 2024 +0200

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

diff --git a/include/drawinglayer/processor2d/processor2dtools.hxx 
b/include/drawinglayer/processor2d/processor2dtools.hxx
index 1f9960f57f68..70df04249858 100644
--- a/include/drawinglayer/processor2d/processor2dtools.hxx
+++ b/include/drawinglayer/processor2d/processor2dtools.hxx
@@ -38,7 +38,7 @@ namespace drawinglayer::processor2d
             The ViewInformation to use
 
             @param nPixelWidth, nPixelHeight
-            The dimensions in Pixles
+            The dimensions in Pixels
 
             @param bUseRGBA
             Define RGBA (true) or RGB (false)

Reply via email to