diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-29 00:35:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-29 09:56:34 +0100 |
commit | a2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch) | |
tree | a52d189d8b2a0eedfdf7fd126736af49ef9d3624 /framework/inc | |
parent | d0222ba1fd7617b793e1e513247b11a82eb22f4e (diff) |
Fix typos
Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b
Reviewed-on: https://gerrit.libreoffice.org/47145
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/jobs/configaccess.hxx | 2 | ||||
-rw-r--r-- | framework/inc/jobs/job.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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. */ |