From a0c1ce373f4f66dca68914d5d4555e5017d651ad Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 4 Dec 2019 20:22:25 +0100 Subject: [PATCH] Fix typo Change-Id: Ie97db56e4a7c59c23fa858f4f09c72fdbc381799 Reviewed-on: https://gerrit.libreoffice.org/84484 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/vcl/TaskStopwatch.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vcl/TaskStopwatch.hxx b/include/vcl/TaskStopwatch.hxx index fdcc6bdf2ed4..25daf9237133 100644 --- a/include/vcl/TaskStopwatch.hxx +++ b/include/vcl/TaskStopwatch.hxx @@ -26,7 +26,7 @@ * TODO: merge into the general Scheduler, so this can also be used to track * Task runtimes in a more general way. * TODO: handle fast iterations, where continueIter is called multiple times - * per tick, by counting the iterations per tick and use that for appoximation. + * per tick, by counting the iterations per tick and use that for approximation. **/ class VCL_DLLPUBLIC TaskStopwatch {