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 +- framework/source/inc/loadenv/loadenvexception.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'framework') 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. */ diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index b75009ce652f..8bf0e2f36008 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -30,7 +30,7 @@ namespace framework{ /** @short specify an exception, which can be used inside the load environment only. - @descr Of course outside code must wrapp it, to transport + @descr Of course outside code must wrap it, to transport the occurred information to its caller. */ class LoadEnvException -- cgit