From 984518a9ad988b1c7f87775725459ee2079af212 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 5 Dec 2018 10:49:17 +0100 Subject: Fix typo Change-Id: Iedda3dca9937e85b7d036cef193577486fd5d3d1 Reviewed-on: https://gerrit.libreoffice.org/64607 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- canvas/source/vcl/spritecanvashelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas') 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 ) { -- cgit