diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-21 23:21:13 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-04-22 06:47:06 +0000 |
commit | b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 (patch) | |
tree | 2a7d90a0621d8b6a7b158b2cbf3fba15e39f18ce /framework | |
parent | 2e1a724c2029783e84d7c508c6010afac0d6d10f (diff) |
Fix typos
Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3
Reviewed-on: https://gerrit.libreoffice.org/24286
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/jobs/jobresult.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/loadenvexception.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx index c4d515bd1c51..ef4c7cfb494e 100644 --- a/framework/inc/jobs/jobresult.hxx +++ b/framework/inc/jobs/jobresult.hxx @@ -32,7 +32,7 @@ namespace framework{ /** @short represent a result of a finished job execution - @descr Such result instance transport all neccessarry + @descr Such result instance transport all necessary data from the code place where the job was finished to the outside code, where e.g. listener must be notified. */ diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index ed7dda9d70ae..81dba4592358 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -46,7 +46,7 @@ class LoadEnvException ID_UNSUPPORTED_CONTENT, /** @short It was not possible to get access to global filter configuration. - @descr Might som neccsessary services could not be created. */ + @descr Might some necessary services could not be created. */ ID_NO_CONFIG_ACCESS, /** @short Some data obtained from the filter configuration seems to incorrect. |