From b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 21 Apr 2016 23:21:13 +0200 Subject: Fix typos Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3 Reviewed-on: https://gerrit.libreoffice.org/24286 Tested-by: Jenkins Reviewed-by: jan iversen --- framework/inc/jobs/jobresult.hxx | 2 +- framework/source/inc/loadenv/loadenvexception.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') 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. -- cgit