summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:43:02 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-20 07:07:19 +0200
commit88eb748e828bcb72b8ddc5b90aa3a73c495c11ce (patch)
treed286d45658c8299e3b03a465557e498567cc5a71
parent362b872305d3b3500ef6f0823e5d30433dcfe48e (diff)
Fix typo
Change-Id: I26a820082ee95ca076c060ad29f30283f50bdd98 Reviewed-on: https://gerrit.libreoffice.org/74394 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--framework/source/jobs/jobdata.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index aacaf6c97fe8..d18f2628ceaf 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -64,7 +64,7 @@ JobData::JobData( const JobData& rCopy )
}
/**
- @short operator for coping JobData instances
+ @short operator for copying JobData instances
@descr Sometimes such job data container must be moved from one using place
to another one. Then a copy ctor and copy operator must be available.
@@ -265,7 +265,7 @@ void JobData::setJobConfig( const std::vector< css::beans::NamedValue >& lArgume
/**
@short set a new environment descriptor for this job
@descr It must(!) be done every time this container is initialized
- with new job datas e.g.: setAlias()/setEvent()/setService() ...
+ with new job data e.g.: setAlias()/setEvent()/setService() ...
Otherwise the environment will be unknown!
*/
void JobData::setEnvironment( EEnvironment eEnvironment )