summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobdispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/jobdispatch.cxx')
-rw-r--r--framework/source/jobs/jobdispatch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx
index 07fcef45e691..3488b77bc539 100644
--- a/framework/source/jobs/jobdispatch.cxx
+++ b/framework/source/jobs/jobdispatch.cxx
@@ -157,7 +157,7 @@ JobDispatch::~JobDispatch()
}
/**
- @short implementation of XInitalization
+ @short implementation of XInitialization
@descr A protocol handler can provide this functionality, if it wish to get additional information
about the context it runs. In this case the frame reference would be given by the outside code.
@@ -247,7 +247,7 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL JobD
@short implementation of XNotifyingDispatch::dispatchWithNotification()
@descr It creates the job service implementation and call execute on it.
Further it starts the life time control of it. (important for async job)
- For synchonrous job we react for the returned result directly ... for asynchronous
+ For synchronous job we react for the returned result directly ... for asynchronous
ones we do it later inside our callback method. But we use the same impl method
doing that to share the code. (see impl_finishJob())