drawinglayer/source/primitive2d/groupprimitive2d.cxx |    2 +-
 drawinglayer/source/primitive3d/groupprimitive3d.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7982d59c98a671ab65e24c1a459d78a967fd1d77
Author:     Julien Nabet <[email protected]>
AuthorDate: Fri Dec 29 15:53:37 2023 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Dec 29 15:54:09 2023 +0100

    Typo: opertator->operator (drawinglayer)
    
    Change-Id: I20128a8e0068e6eb29af9e7114100fb437e9e079
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161407
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/drawinglayer/source/primitive2d/groupprimitive2d.cxx 
b/drawinglayer/source/primitive2d/groupprimitive2d.cxx
index 7a39bde2ccf4..e6428c09e8cd 100644
--- a/drawinglayer/source/primitive2d/groupprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/groupprimitive2d.cxx
@@ -31,7 +31,7 @@ namespace drawinglayer::primitive2d
         {
         }
 
-        /** The compare opertator uses the Sequence::==operator, so only 
checking if
+        /** The compare operator uses the Sequence::==operator, so only 
checking if
             the references are equal. All non-equal references are interpreted 
as
             non-equal.
          */
diff --git a/drawinglayer/source/primitive3d/groupprimitive3d.cxx 
b/drawinglayer/source/primitive3d/groupprimitive3d.cxx
index 0b62c31dbb4e..a3056e3ed432 100644
--- a/drawinglayer/source/primitive3d/groupprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/groupprimitive3d.cxx
@@ -32,7 +32,7 @@ namespace drawinglayer::primitive3d
         {
         }
 
-        /** The compare opertator uses the Sequence::==operator, so only 
checking if
+        /** The compare operator uses the Sequence::==operator, so only 
checking if
             the references are equal. All non-equal references are interpreted 
as
             non-equal.
          */

Reply via email to