summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/jobdata.cxx')
-rw-r--r--framework/source/jobs/jobdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index d5b120b2581a..907681f8f47e 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -533,7 +533,7 @@ css::uno::Sequence< OUString > JobData::getEnabledJobsForEvent( const css::uno::
return css::uno::Sequence< OUString >();
// get all alias names of jobs, which are part of this job list
- // But Some of them can be disabled by it's time stamp values.
+ // But Some of them can be disabled by its time stamp values.
// We create an additional job name list with the same size, then the original list ...
// step over all job entries ... check her time stamps ... and put only job names to the
// destination list, which represent an enabled job.