summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-06-08 10:18:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-06-08 10:19:32 +0200
commit4195323c05244688a093e95bd75c1e4d504a1a60 (patch)
tree24e4adf573bdc1722353831f7d9a259604f09e9d /framework/inc
parentaed5ce3547cc6c28c2cb25d77f3982c53100fee8 (diff)
Typos
Change-Id: If8a5aaba35afb270ce30d49b55a0106e020dfbe0 Reviewed-on: https://gerrit.libreoffice.org/73695 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/jobs/jobdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 5a8f9ce12d9d..af48cea7b242 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -151,9 +151,9 @@ class JobData final
a job can be registered for an event.
It can be an empty value! But it will be set from outside any times.
Because it's not clear which job this instance should represent if an event
- (instaed of an alias) comes in. Because there can be multiple registrations
+ (instead of an alias) comes in. Because there can be multiple registrations
for this event. We use this information only, to merge it with the job specific
- arguments. A job can be called so, with a) it's onw config data and b) some dynamic
+ arguments. A job can be called so, with a) its own config data and b) some dynamic
environment data.
*/
OUString m_sEvent;