summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/vcl/spritehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/spritehelper.cxx b/canvas/source/vcl/spritehelper.cxx
index f28bc73624f8..8c6af62accfe 100644
--- a/canvas/source/vcl/spritehelper.cxx
+++ b/canvas/source/vcl/spritehelper.cxx
@@ -93,7 +93,7 @@ namespace vclcanvas
}
// log output pos in device pixel
- SAL_INFO("canva.vcl", "SpriteHelper::redraw(): output pos is (" <<
+ SAL_INFO("canvas.vcl", "SpriteHelper::redraw(): output pos is (" <<
rPos.getX() << "," << rPos.getY() << ")");
const double fAlpha( getAlpha() );