From a2ef65b09da20aa1d0c15b883a58056df2dbad6b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 29 Dec 2017 00:35:10 +0100 Subject: Fix typos Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b Reviewed-on: https://gerrit.libreoffice.org/47145 Tested-by: Jenkins Reviewed-by: Julien Nabet --- framework/inc/jobs/configaccess.hxx | 2 +- framework/inc/jobs/job.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/jobs/configaccess.hxx b/framework/inc/jobs/configaccess.hxx index 54fb27285782..a6812f0b5520 100644 --- a/framework/inc/jobs/configaccess.hxx +++ b/framework/inc/jobs/configaccess.hxx @@ -34,7 +34,7 @@ namespace framework{ @short implements a simple configuration access @descr Sometimes it's better to have direct config access instead of using specialized config items of the svtools - project. This class can wrapp such configuration access. + project. This class can wrap such configuration access. */ class FWI_DLLPUBLIC ConfigAccess final { diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx index d3a8707a0f11..28f9d269c483 100644 --- a/framework/inc/jobs/job.hxx +++ b/framework/inc/jobs/job.hxx @@ -42,7 +42,7 @@ namespace framework{ /** @short it represent a job; execute it and control its lifetime - @descr This implementation can be used to wrapp jobs, execute it + @descr This implementation can be used to wrap jobs, execute it synchronously or asynchronous, control its lifetime and differe between jobs with and without configuration. */ -- cgit