diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-26 19:28:59 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-27 01:28:55 +0200 |
commit | e6ac6cbccf0e26b860b2a8c276fea258091d9da3 (patch) | |
tree | cc02ebc6b409c507892bcf550e21f70c0c52b3d5 /framework/inc/threadhelp/transactionmanager.hxx | |
parent | 367b254c73bf7b64135f0429d50d03fee749cef7 (diff) |
automaticly -> automatically.
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
Diffstat (limited to 'framework/inc/threadhelp/transactionmanager.hxx')
-rw-r--r-- | framework/inc/threadhelp/transactionmanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx index e003f5e9c891..438794868ada 100644 --- a/framework/inc/threadhelp/transactionmanager.hxx +++ b/framework/inc/threadhelp/transactionmanager.hxx @@ -40,7 +40,7 @@ namespace framework{ synchronization like e.g. mutex, rw-lock! That protect your code against wrong calls at wrong time ... e.g. calls after disposing an object! Use combination of EExceptionMode and ERejectReason to detect rejected requests - and react for it. You can enable automaticly throwing of exceptions too. + and react for it. You can enable automatically throwing of exceptions too. @implements ITransactionManager @base ITransactionManager |