From 599668405fca133c8e094bd53f7c60bed33d574d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 19 Dec 2019 10:24:39 +0100 Subject: Fix typo Change-Id: I05a1d6f745e0df1385932585947aba66981209f2 Reviewed-on: https://gerrit.libreoffice.org/85490 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- canvas/source/vcl/canvashelper_texturefill.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas') diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index efd10070c1f9..3650c8317513 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -750,7 +750,7 @@ namespace vclcanvas // GraphicObject flip the bitmap // The angle has to be mapped from radian to tenths of - // degress with the orientation reversed: [0,2Pi) -> + // degrees with the orientation reversed: [0,2Pi) -> // (3600,0]. Note that the original angle may have // values outside the [0,2Pi) interval. const double nAngleInTenthOfDegrees (3600.0 - nRotate * 3600.0 / (2*M_PI)); -- cgit