summaryrefslogtreecommitdiff
path: root/include/vcl/TaskStopwatch.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-04 20:22:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-05 10:06:06 +0100
commita0c1ce373f4f66dca68914d5d4555e5017d651ad (patch)
treea348a4774bf0bcfdfe1c933fba97d178a39cf60e /include/vcl/TaskStopwatch.hxx
parent5dc9ae616cae7d37e0e3624be9d87bb61900e272 (diff)
Fix typo
Change-Id: Ie97db56e4a7c59c23fa858f4f09c72fdbc381799 Reviewed-on: https://gerrit.libreoffice.org/84484 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl/TaskStopwatch.hxx')
-rw-r--r--include/vcl/TaskStopwatch.hxx2
1 files changed, 1 insertions, 1 deletions
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
{