summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d')
-rw-r--r--include/drawinglayer/primitive3d/polygonprimitive3d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive3d/polygonprimitive3d.hxx b/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
index 85670f97d9b2..a258eb1edcab 100644
--- a/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polygonprimitive3d.hxx
@@ -40,7 +40,7 @@ namespace drawinglayer
this primitive is view-dependent, too.
This is one of the non-decomposable 3D primitives, so a renderer
- should proccess it.
+ should process it.
*/
class DRAWINGLAYER_DLLPUBLIC PolygonHairlinePrimitive3D : public BasePrimitive3D
{
diff --git a/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx b/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
index d9bebf964674..47ed330213c0 100644
--- a/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/polypolygonprimitive3d.hxx
@@ -36,7 +36,7 @@ namespace drawinglayer
This primitive defines a planar 3D PolyPolygon filled with a single color.
This is one of the non-decomposable primitives, so a renderer
- should proccess it.
+ should process it.
It is assumed here that the PolyPolgon is a single plane in 3D.
*/