From 5a69e210abfb05f66761fe502fac3f2bb3899b65 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 22 Feb 2020 13:55:05 +0100 Subject: Fix typo Change-Id: Ib8a7cdffe765d3ef52add81a692eb7bd88bfed15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89255 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- vcl/source/outdev/bitmap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl') diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 719c9e6e0b2a..0e1f3979e5ba 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -1157,9 +1157,9 @@ bool OutputDevice::TransformAndReduceBitmapExToTargetRange( return true; } -// MM02 add som etest class to get a simple timer-based output to be able +// MM02 add some test class to get a simple timer-based output to be able // to check if it gets faster - and how much. Uncomment next line or set -// DO_TIME_TEST for compile tiome if you want to use it +// DO_TIME_TEST for compile time if you want to use it // #define DO_TIME_TEST #ifdef DO_TIME_TEST #include -- cgit