From 86d9e48fc60dd7325658feca7088100c78023a7b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 7 Oct 2018 10:01:10 +0200 Subject: Fix typos Change-Id: Ia26896cbcd8912f7cad641ea2ecf14c4ddf2d741 Reviewed-on: https://gerrit.libreoffice.org/61489 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basegfx/source/tools/systemdependentdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx/source/tools/systemdependentdata.cxx') diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx index c727462c7191..a2ebcdf23b8a 100644 --- a/basegfx/source/tools/systemdependentdata.cxx +++ b/basegfx/source/tools/systemdependentdata.cxx @@ -89,7 +89,7 @@ namespace basegfx // a corresponding scaling factor const double fScaleToMB(3600.0 / (1024.0 * 1024.0 * 10.0)); - // also use a multiplier to move the start point higer + // also use a multiplier to move the start point higher const double fMultiplierSeconds(10.0); // calculate -- cgit