summaryrefslogtreecommitdiff
path: root/framework/source/jobs/job.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/job.cxx')
-rw-r--r--framework/source/jobs/job.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 2e7721b2fb92..bcf91bc6ac2c 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -687,7 +687,7 @@ void SAL_CALL Job::queryTermination( /*IN*/ const css::lang::EventObject& ) thro
It can occur only, if job was not already started if queryTermination() was called here ..
Then we had not throwed a veto exception. But now we must agree with this situation and break
all our internal processes. Its not a good idea to mark this instance as non startable any longer
- inside queryTermination() if no job was unning too. Because that would disable this job and may
+ inside queryTermination() if no job was running too. Because that would disable this job and may
the office does not really shutdownm, because another listener has thrown the suitable exception.
@param aEvent