summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:35:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:56:34 +0100
commita2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch)
treea52d189d8b2a0eedfdf7fd126736af49ef9d3624 /framework
parentd0222ba1fd7617b793e1e513247b11a82eb22f4e (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')
-rw-r--r--framework/inc/jobs/configaccess.hxx2
-rw-r--r--framework/inc/jobs/job.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx2
3 files changed, 3 insertions, 3 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.
*/
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