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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx
index 6267b6479b1e..b8f50508dbf0 100644
--- a/framework/source/jobs/jobdispatch.cxx
+++ b/framework/source/jobs/jobdispatch.cxx
@@ -181,7 +181,7 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL JobD
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())
- If a job is already running, (it can only occure for asynchronous jobs)
+ If a job is already running, (it can only occur for asynchronous jobs)
don't start the same job a second time. Queue in the given dispatch parameter
and return immediately. If the current running job call us back, we will start this
new dispatch request.