diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 10:18:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 10:19:32 +0200 |
commit | 4195323c05244688a093e95bd75c1e4d504a1a60 (patch) | |
tree | 24e4adf573bdc1722353831f7d9a259604f09e9d /framework | |
parent | aed5ce3547cc6c28c2cb25d77f3982c53100fee8 (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')
-rw-r--r-- | framework/inc/jobs/jobdata.hxx | 4 | ||||
-rw-r--r-- | framework/source/services/desktop.cxx | 2 |
2 files changed, 3 insertions, 3 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; diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 8a91db555c14..5f0ebc707292 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -182,7 +182,7 @@ Desktop::Desktop( const css::uno::Reference< css::uno::XComponentContext >& xCon /*-************************************************************************************************************ @short standard destructor - @descr This one do NOTHING! Use dispose() instaed of this. + @descr This one do NOTHING! Use dispose() instead of this. @seealso method dispose() *//*-*************************************************************************************************************/ |