diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:26:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:30:35 +0300 |
commit | 728ec86062c13c4994a15bf4bee810db7094c8bb (patch) | |
tree | 71da33ccd7d65d0a7c0eaf4d6ad10f66c12ae3c5 /include/framework | |
parent | 9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (diff) |
Typo: s/cant/can't/
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/preventduplicateinteraction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/preventduplicateinteraction.hxx b/include/framework/preventduplicateinteraction.hxx index d027dd3fbb28..57ccb4338a97 100644 --- a/include/framework/preventduplicateinteraction.hxx +++ b/include/framework/preventduplicateinteraction.hxx @@ -200,7 +200,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2 @descr This method must be called immediately after a new instance of this helper was created. Without such list of InteractionRules, this instances does nothing! On the other side there is no possibility to remove rules. - So the same instance cant be used within different transactions. + So the same instance can't be used within different transactions. It's a OneWay-object .-) @param aInteractionInfo |