summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 18:21:52 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-18 11:44:56 +0000
commitae150c6a5424d021ce5eb46dc9573f12a4d05445 (patch)
tree8fadf46f7789b54e59e9095b967ca6068dbbe890 /framework
parenta63b8b4afc687d49ad25cbb77e16f835b9820522 (diff)
Fix typos
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/closedispatcher.cxx2
-rw-r--r--framework/source/jobs/job.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 2e0cdb1fc46c..a16b74211f87 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -227,7 +227,7 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
/**
@short asynchronous callback
- @descr We start all actions inside this object asnychronoue.
+ @descr We start all actions inside this object asynchronous
(see comments there).
Now we do the following:
- close all views to the same document, if needed and possible
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 50934c96ff7b..2e7721b2fb92 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -270,7 +270,7 @@ void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lD
@short kill this job
@descr It doesn't matter if this request is called from inside or
from outside. We release our internal structures and stop
- avary activity. After doing so - this instance will not be
+ every activity. After doing so - this instance will not be
useable any longer! Of course we try to handle further requests
carefully. Maybe someone else holds a reference to us ...
*/