summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2023-12-29 15:53:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-12-29 15:54:09 +0100
commit7982d59c98a671ab65e24c1a459d78a967fd1d77 (patch)
treedeec92c7bd3d7b3e221694d2a083114501b4e12e /drawinglayer
parent1d28d0b800543dfcd2347cdd9bfc359ade3194a3 (diff)
Typo: opertator->operator (drawinglayer)
Change-Id: I20128a8e0068e6eb29af9e7114100fb437e9e079 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161407 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/groupprimitive2d.cxx2
-rw-r--r--drawinglayer/source/primitive3d/groupprimitive3d.cxx2
2 files changed, 2 insertions, 2 deletions
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.
*/