summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/drawinglayer/primitive2d/BufferedDecompositionGroupPrimitive2D.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/BufferedDecompositionGroupPrimitive2D.hxx b/include/drawinglayer/primitive2d/BufferedDecompositionGroupPrimitive2D.hxx
index b5446c703d2e..a1cfee38798f 100644
--- a/include/drawinglayer/primitive2d/BufferedDecompositionGroupPrimitive2D.hxx
+++ b/include/drawinglayer/primitive2d/BufferedDecompositionGroupPrimitive2D.hxx
@@ -26,7 +26,7 @@ namespace drawinglayer::primitive2d
{
/** BufferedDecompositionGroupPrimitive2D class
- Baseclass for all C++ implementations whiich are derived from GroupPrimitive2D
+ Baseclass for all C++ implementations which are derived from GroupPrimitive2D
which want to buffer the decomposition result
For discussion please refer to BufferedDecompositionPrimitive2D, this is the same