summaryrefslogtreecommitdiffstats
path: root/canvas/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-05 10:49:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-12-05 11:01:10 +0100
commit984518a9ad988b1c7f87775725459ee2079af212 (patch)
treedbda2fffc6c7487338f8d775ce85c2cf7edbaf29 /canvas/source
parentfix OpenCL ROUND() when the second parameter is negative (diff)
downloadcore-984518a9ad988b1c7f87775725459ee2079af212.tar.gz
core-984518a9ad988b1c7f87775725459ee2079af212.zip
Fix typo
Change-Id: Iedda3dca9937e85b7d036cef193577486fd5d3d1 Reviewed-on: https://gerrit.libreoffice.org/64607 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'canvas/source')
-rw-r--r--canvas/source/vcl/spritecanvashelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx
index 626692d842d9..2365023f52a8 100644
--- a/canvas/source/vcl/spritecanvashelper.cxx
+++ b/canvas/source/vcl/spritecanvashelper.cxx
@@ -228,7 +228,7 @@ namespace vclcanvas
pTargetWindow->ExpandPaintClipRegion(aFullWindowRegion);
}
- // TODO(P1): Might be worthwile to track areas of background
+ // TODO(P1): Might be worthwhile to track areas of background
// changes, too.
if( !bUpdateAll && !io_bSurfaceDirty )
{