summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drawinglayer/source/attribute/fillgraphicattribute.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/fillgraphicattribute.cxx b/drawinglayer/source/attribute/fillgraphicattribute.cxx
index 72da948fc96c..11e40a3fd50c 100644
--- a/drawinglayer/source/attribute/fillgraphicattribute.cxx
+++ b/drawinglayer/source/attribute/fillgraphicattribute.cxx
@@ -56,7 +56,7 @@ namespace drawinglayer
{
// access once to ensure that the buffered bitmap exists, else
// the SolarMutex may be needed to create it. This may not be
- // available when a renderer works with multi-treading.
+ // available when a renderer works with multi-threading.
// When changing this, please check if it is still possible to
// use a metafile as texture for a 3D object
maGraphic.GetBitmapEx();