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 f7b18482dfa0..a0488bc45aae 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -182,7 +182,7 @@ void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lD
{
// create the job
// We must check for the supported interface on demand!
- // But we preferr the synchronous one ...
+ // But we prefer the synchronous one ...
m_xJob = m_xContext->getServiceManager()->createInstanceWithContext(m_aJobCfg.getService(), m_xContext);
xSJob.set(m_xJob, css::uno::UNO_QUERY);
if (!xSJob.is())