summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobdata.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-29 23:19:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-05 09:24:40 +0200
commitf6fb5a17da883e89cae6f7a960266fc87ccc9f6b (patch)
tree058efebab6d3b5ef21d42a3c1191eeddf890e4cc /framework/source/jobs/jobdata.cxx
parentd633e80334b2472e7d99e253b761acd9b72f290b (diff)
Fix typos
Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 53f7b285850d..05ab9f0145b2 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -216,7 +216,7 @@ void JobData::setEvent( const OUString& sEvent ,
@short set the new job specific arguments
@descr If a job finish his work, it can give us a new list of arguments (which
will not interpreted by us). We write it back to the configuration only
- (if this job has it's own configuration!).
+ (if this job has its own configuration!).
So a job can have persistent data without implementing anything
or define own config areas for that.