summaryrefslogtreecommitdiff
path: root/framework/source/jobs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-13 21:19:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-13 21:36:23 +0100
commit2a2d4a57035823181aa14e05b1a7efe4843639cf (patch)
treeab3888817334a585b83654ed05f3ca861ef2777c /framework/source/jobs
parent79742eab111e5f3722075abc3cdb1333faacd076 (diff)
Fix typos
Change-Id: I677512213d97d01832bebe162fbf7de2998bf4d0 Reviewed-on: https://gerrit.libreoffice.org/44664 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/jobs')
-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())