summaryrefslogtreecommitdiff
path: root/framework/source/jobs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-07-21 13:54:43 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-07-22 21:45:22 +0000
commit8278be98600b21eaa237c9b7a072ffcff370f3b7 (patch)
tree9755655351ce065eadb084b048c88288998c2082 /framework/source/jobs
parent88e73ff03886c7d59c3977b9add5c97efecf6044 (diff)
Fix typos
Thanks to Carlo Bertoldi for the german translation. Change-Id: I76f554e757318aed4e28b5a05fae0ba15bd46afb Reviewed-on: https://gerrit.libreoffice.org/27355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'framework/source/jobs')
-rw-r--r--framework/source/jobs/jobexecutor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx
index ecf5b9134e07..eaff5b5efa0a 100644
--- a/framework/source/jobs/jobexecutor.cxx
+++ b/framework/source/jobs/jobexecutor.cxx
@@ -380,7 +380,7 @@ void SAL_CALL JobExecutor::elementReplaced( const css::container::ContainerEvent
css.document.XEventListener. So it can be, that this disposing call comes from
the global event broadcaster service. But we don't hold any reference to this service
which can or must be released. Because this broadcaster itself is an one instance service
- too, we can ignore this request. On the other side we must relase our internal CFG
+ too, we can ignore this request. On the other side we must release our internal CFG
reference ... SOLUTION => check the given event source and react only, if it's our internal
hold configuration object!
*/