summaryrefslogtreecommitdiff
path: root/framework/source/services/desktop.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-18 00:26:02 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-18 00:30:35 +0300
commit728ec86062c13c4994a15bf4bee810db7094c8bb (patch)
tree71da33ccd7d65d0a7c0eaf4d6ad10f66c12ae3c5 /framework/source/services/desktop.cxx
parent9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (diff)
Typo: s/cant/can't/
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
Diffstat (limited to 'framework/source/services/desktop.cxx')
-rw-r--r--framework/source/services/desktop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index a62456689624..879d0d17bccd 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -1046,7 +1046,7 @@ void SAL_CALL Desktop::disposing()
// Following lines of code can be called outside a synchronized block ...
// Because our transaction manager will block all new requests to this object.
// So nobody can use us any longer.
- // Exception: Only removing of listener will work ... and this code cant be dangerous.
+ // Exception: Only removing of listener will work ... and this code can't be dangerous.
// First we has to kill all listener connections.
// They might rely on our member and can hinder us on releasing them.